Shades of Heliotrope #CB72FF
Tints of Heliotrope #CB72FF
RGB
CMYK
RGB Variations
Color information
#CB72FF (or 0xCB72FF) is known color: Heliotrope. HEX triplet: CB, 72 and FF. RGB value is (203,114,255). Sum of RGB (Red+Green+Blue) = 203+114+255=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72FF is #348D00. Grayscale: #9C9C9C. Windows color (decimal): -3443969 or 16741067. OLE color: 16741067.
HSL color Cylindrical-coordinate representation of color #CB72FF: hue angle of 277.87º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB72FF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 114 | 255 | - |
| CMYK | 0.20 | 0.55 | 0 | 0 |
| HSL | 277.87º | 1% | 0.72% | - |
| HSV(B) | 277.87º | 0.55% | 1% | - |
| XYZ | 48.7 | 31.95 | 98.21 | - |
| YUV | 156.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 255 | 0.20 | 0.55 | 0 | 0 | 277.87 | 1 | 0.72 |
| Hex | CB | 72 | FF | 14 | 37 | 0 | 0 | 116 | 64 | 48 |
| Octal | 313 | 162 | 377 | 24 | 67 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001011 | 1110010 | 11111111 | 10100 | 110111 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #CB72FF
Complementary color
Monochromatic Colors of #CB72FF
Black with #CB72FF
Text Example
Text Example
White with #CB72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72FF; }
p { color: rgb(203,114,255); }
H1.HeaderClassName
{
color: #CB72FF;
}
.AnyTagClassName
{
color: #CB72FF;
}
</style>
background-color css
<style>
a { background-color: #CB72FF; }
a { background-color: rgb(203,114,255); }
div.DivClassName
{
background-color: #CB72FF;
}
.BgClassName
{
background-color: #CB72FF;
}
</style>
border-color css
<style>
span { border-color: #CB72FF; }
span { border-color: rgb(203,114,255); }
td.TdClassName
{
border-color: #CB72FF;
}
.TagClassName
{
border-color: #CB72FF;
}
</style>