Shades of Heliotrope #CB6EFF
Tints of Heliotrope #CB6EFF
RGB
CMYK
RGB Variations
Color information
#CB6EFF (or 0xCB6EFF) is known color: Heliotrope. HEX triplet: CB, 6E and FF. RGB value is (203,110,255). Sum of RGB (Red+Green+Blue) = 203+110+255=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EFF is #349100. Grayscale: #999999. Windows color (decimal): -3444993 or 16740043. OLE color: 16740043.
HSL color Cylindrical-coordinate representation of color #CB6EFF: hue angle of 278.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB6EFF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 110 | 255 | - |
| CMYK | 0.20 | 0.57 | 0 | 0 |
| HSL | 278.48º | 1% | 0.72% | - |
| HSV(B) | 278.48º | 0.57% | 1% | - |
| XYZ | 48.25 | 31.07 | 98.06 | - |
| YUV | 154.34 | 184.81 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 255 | 0.20 | 0.57 | 0 | 0 | 278.48 | 1 | 0.72 |
| Hex | CB | 6E | FF | 14 | 39 | 0 | 0 | 116 | 64 | 48 |
| Octal | 313 | 156 | 377 | 24 | 71 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001011 | 1101110 | 11111111 | 10100 | 111001 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #CB6EFF
Complementary color
Monochromatic Colors of #CB6EFF
Black with #CB6EFF
Text Example
Text Example
White with #CB6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EFF; }
p { color: rgb(203,110,255); }
H1.HeaderClassName
{
color: #CB6EFF;
}
.AnyTagClassName
{
color: #CB6EFF;
}
</style>
background-color css
<style>
a { background-color: #CB6EFF; }
a { background-color: rgb(203,110,255); }
div.DivClassName
{
background-color: #CB6EFF;
}
.BgClassName
{
background-color: #CB6EFF;
}
</style>
border-color css
<style>
span { border-color: #CB6EFF; }
span { border-color: rgb(203,110,255); }
td.TdClassName
{
border-color: #CB6EFF;
}
.TagClassName
{
border-color: #CB6EFF;
}
</style>