Shades of Heliotrope #CB6FE8
Tints of Heliotrope #CB6FE8
RGB
CMYK
RGB Variations
Color information
#CB6FE8 (or 0xCB6FE8) is known color: Heliotrope. HEX triplet: CB, 6F and E8. RGB value is (203,111,232). Sum of RGB (Red+Green+Blue) = 203+111+232=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB6FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FE8 is #349017. Grayscale: #979797. Windows color (decimal): -3444760 or 15232971. OLE color: 15232971.
HSL color Cylindrical-coordinate representation of color #CB6FE8: hue angle of 285.62º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6FE8 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 111 | 232 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.09 |
| HSL | 285.62º | 0.72% | 0.67% | - |
| HSV(B) | 285.62º | 0.52% | 0.91% | - |
| XYZ | 44.88 | 29.89 | 79.75 | - |
| YUV | 152.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 232 | 0.12 | 0.52 | 0 | 0.09 | 285.62 | 0.72 | 0.67 |
| Hex | CB | 6F | E8 | C | 34 | 0 | 9 | 11E | 48 | 43 |
| Octal | 313 | 157 | 350 | 14 | 64 | 0 | 11 | 436 | 110 | 103 |
| Binary | 11001011 | 1101111 | 11101000 | 1100 | 110100 | 0 | 1001 | 100011110 | 1001000 | 1000011 |
Color Harmonies of #CB6FE8
Complementary color
Monochromatic Colors of #CB6FE8
Black with #CB6FE8
Text Example
Text Example
White with #CB6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FE8; }
p { color: rgb(203,111,232); }
H1.HeaderClassName
{
color: #CB6FE8;
}
.AnyTagClassName
{
color: #CB6FE8;
}
</style>
background-color css
<style>
a { background-color: #CB6FE8; }
a { background-color: rgb(203,111,232); }
div.DivClassName
{
background-color: #CB6FE8;
}
.BgClassName
{
background-color: #CB6FE8;
}
</style>
border-color css
<style>
span { border-color: #CB6FE8; }
span { border-color: rgb(203,111,232); }
td.TdClassName
{
border-color: #CB6FE8;
}
.TagClassName
{
border-color: #CB6FE8;
}
</style>