Shades of Heliotrope #CB6EF0
Tints of Heliotrope #CB6EF0
RGB
CMYK
RGB Variations
Color information
#CB6EF0 (or 0xCB6EF0) is known color: Heliotrope. HEX triplet: CB, 6E and F0. RGB value is (203,110,240). Sum of RGB (Red+Green+Blue) = 203+110+240=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EF0 is #34910F. Grayscale: #989898. Windows color (decimal): -3445008 or 15757003. OLE color: 15757003.
HSL color Cylindrical-coordinate representation of color #CB6EF0: hue angle of 282.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6EF0 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 110 | 240 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.06 |
| HSL | 282.92º | 0.81% | 0.69% | - |
| HSV(B) | 282.92º | 0.54% | 0.94% | - |
| XYZ | 45.93 | 30.14 | 85.83 | - |
| YUV | 152.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 240 | 0.15 | 0.54 | 0 | 0.06 | 282.92 | 0.81 | 0.69 |
| Hex | CB | 6E | F0 | F | 36 | 0 | 6 | 11B | 51 | 45 |
| Octal | 313 | 156 | 360 | 17 | 66 | 0 | 6 | 433 | 121 | 105 |
| Binary | 11001011 | 1101110 | 11110000 | 1111 | 110110 | 0 | 110 | 100011011 | 1010001 | 1000101 |
Color Harmonies of #CB6EF0
Complementary color
Monochromatic Colors of #CB6EF0
Black with #CB6EF0
Text Example
Text Example
White with #CB6EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EF0; }
p { color: rgb(203,110,240); }
H1.HeaderClassName
{
color: #CB6EF0;
}
.AnyTagClassName
{
color: #CB6EF0;
}
</style>
background-color css
<style>
a { background-color: #CB6EF0; }
a { background-color: rgb(203,110,240); }
div.DivClassName
{
background-color: #CB6EF0;
}
.BgClassName
{
background-color: #CB6EF0;
}
</style>
border-color css
<style>
span { border-color: #CB6EF0; }
span { border-color: rgb(203,110,240); }
td.TdClassName
{
border-color: #CB6EF0;
}
.TagClassName
{
border-color: #CB6EF0;
}
</style>