Shades of Heliotrope #CB72EF
Tints of Heliotrope #CB72EF
RGB
CMYK
RGB Variations
Color information
#CB72EF (or 0xCB72EF) is known color: Heliotrope. HEX triplet: CB, 72 and EF. RGB value is (203,114,239). Sum of RGB (Red+Green+Blue) = 203+114+239=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72EF is #348D10. Grayscale: #9A9A9A. Windows color (decimal): -3443985 or 15692491. OLE color: 15692491.
HSL color Cylindrical-coordinate representation of color #CB72EF: hue angle of 282.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB72EF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 114 | 239 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.06 |
| HSL | 282.72º | 0.8% | 0.69% | - |
| HSV(B) | 282.72º | 0.52% | 0.94% | - |
| XYZ | 46.23 | 30.96 | 85.2 | - |
| YUV | 154.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 239 | 0.15 | 0.52 | 0 | 0.06 | 282.72 | 0.8 | 0.69 |
| Hex | CB | 72 | EF | F | 34 | 0 | 6 | 11B | 50 | 45 |
| Octal | 313 | 162 | 357 | 17 | 64 | 0 | 6 | 433 | 120 | 105 |
| Binary | 11001011 | 1110010 | 11101111 | 1111 | 110100 | 0 | 110 | 100011011 | 1010000 | 1000101 |
Color Harmonies of #CB72EF
Complementary color
Monochromatic Colors of #CB72EF
Black with #CB72EF
Text Example
Text Example
White with #CB72EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72EF; }
p { color: rgb(203,114,239); }
H1.HeaderClassName
{
color: #CB72EF;
}
.AnyTagClassName
{
color: #CB72EF;
}
</style>
background-color css
<style>
a { background-color: #CB72EF; }
a { background-color: rgb(203,114,239); }
div.DivClassName
{
background-color: #CB72EF;
}
.BgClassName
{
background-color: #CB72EF;
}
</style>
border-color css
<style>
span { border-color: #CB72EF; }
span { border-color: rgb(203,114,239); }
td.TdClassName
{
border-color: #CB72EF;
}
.TagClassName
{
border-color: #CB72EF;
}
</style>