Shades of Heliotrope #CB6FFF
Tints of Heliotrope #CB6FFF
RGB
CMYK
RGB Variations
Color information
#CB6FFF (or 0xCB6FFF) is known color: Heliotrope. HEX triplet: CB, 6F and FF. RGB value is (203,111,255). Sum of RGB (Red+Green+Blue) = 203+111+255=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FFF is #349000. Grayscale: #9A9A9A. Windows color (decimal): -3444737 or 16740299. OLE color: 16740299.
HSL color Cylindrical-coordinate representation of color #CB6FFF: hue angle of 278.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6FFF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 111 | 255 | - |
| CMYK | 0.20 | 0.56 | 0 | 0 |
| HSL | 278.33º | 1% | 0.72% | - |
| HSV(B) | 278.33º | 0.56% | 1% | - |
| XYZ | 48.36 | 31.29 | 98.1 | - |
| YUV | 154.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 255 | 0.20 | 0.56 | 0 | 0 | 278.33 | 1 | 0.72 |
| Hex | CB | 6F | FF | 14 | 38 | 0 | 0 | 116 | 64 | 48 |
| Octal | 313 | 157 | 377 | 24 | 70 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001011 | 1101111 | 11111111 | 10100 | 111000 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #CB6FFF
Complementary color
Monochromatic Colors of #CB6FFF
Black with #CB6FFF
Text Example
Text Example
White with #CB6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FFF; }
p { color: rgb(203,111,255); }
H1.HeaderClassName
{
color: #CB6FFF;
}
.AnyTagClassName
{
color: #CB6FFF;
}
</style>
background-color css
<style>
a { background-color: #CB6FFF; }
a { background-color: rgb(203,111,255); }
div.DivClassName
{
background-color: #CB6FFF;
}
.BgClassName
{
background-color: #CB6FFF;
}
</style>
border-color css
<style>
span { border-color: #CB6FFF; }
span { border-color: rgb(203,111,255); }
td.TdClassName
{
border-color: #CB6FFF;
}
.TagClassName
{
border-color: #CB6FFF;
}
</style>