All of them are using the same three source colours.
I made and Xpress setup with UserData to easy control source colours in one place.
But I found the problem, how to convert Cinema RGB (1-255 range) to Octane float colour (0-1 range)

I used Range Mapper node like this:


So the Cinema colour is:
RGB 121/141/163 and in Xpresso it gives value accordingly 47.654% 58.433% 64.118%
And for use in octane it should be 0.193 0.301 0.361
Please, help how to convert this weird numbers

I'd like to control all colours in one place!!