Shades of Heliotrope #CB85FA
Tints of Heliotrope #CB85FA
RGB
CMYK
RGB Variations
Color information
#CB85FA (or 0xCB85FA) is known color: Heliotrope. HEX triplet: CB, 85 and FA. RGB value is (203,133,250). Sum of RGB (Red+Green+Blue) = 203+133+250=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85FA is #347A05. Grayscale: #A6A6A6. Windows color (decimal): -3439110 or 16418251. OLE color: 16418251.
HSL color Cylindrical-coordinate representation of color #CB85FA: hue angle of 275.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB85FA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 133 | 250 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.02 |
| HSL | 275.9º | 0.92% | 0.75% | - |
| HSV(B) | 275.9º | 0.47% | 0.98% | - |
| XYZ | 50.27 | 36.37 | 94.81 | - |
| YUV | 167.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 250 | 0.19 | 0.47 | 0 | 0.02 | 275.9 | 0.92 | 0.75 |
| Hex | CB | 85 | FA | 13 | 2F | 0 | 2 | 114 | 5C | 4B |
| Octal | 313 | 205 | 372 | 23 | 57 | 0 | 2 | 424 | 134 | 113 |
| Binary | 11001011 | 10000101 | 11111010 | 10011 | 101111 | 0 | 10 | 100010100 | 1011100 | 1001011 |
Color Harmonies of #CB85FA
Complementary color
Monochromatic Colors of #CB85FA
Black with #CB85FA
Text Example
Text Example
White with #CB85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85FA; }
p { color: rgb(203,133,250); }
H1.HeaderClassName
{
color: #CB85FA;
}
.AnyTagClassName
{
color: #CB85FA;
}
</style>
background-color css
<style>
a { background-color: #CB85FA; }
a { background-color: rgb(203,133,250); }
div.DivClassName
{
background-color: #CB85FA;
}
.BgClassName
{
background-color: #CB85FA;
}
</style>
border-color css
<style>
span { border-color: #CB85FA; }
span { border-color: rgb(203,133,250); }
td.TdClassName
{
border-color: #CB85FA;
}
.TagClassName
{
border-color: #CB85FA;
}
</style>