Shades of Heliotrope #CB72ED
Tints of Heliotrope #CB72ED
RGB
CMYK
RGB Variations
Color information
#CB72ED (or 0xCB72ED) is known color: Heliotrope. HEX triplet: CB, 72 and ED. RGB value is (203,114,237). Sum of RGB (Red+Green+Blue) = 203+114+237=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72ED is #348D12. Grayscale: #9A9A9A. Windows color (decimal): -3443987 or 15561419. OLE color: 15561419.
HSL color Cylindrical-coordinate representation of color #CB72ED: hue angle of 283.41º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB72ED is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 114 | 237 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.07 |
| HSL | 283.41º | 0.77% | 0.69% | - |
| HSV(B) | 283.41º | 0.52% | 0.93% | - |
| XYZ | 45.93 | 30.85 | 83.65 | - |
| YUV | 154.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 237 | 0.14 | 0.52 | 0 | 0.07 | 283.41 | 0.77 | 0.69 |
| Hex | CB | 72 | ED | E | 34 | 0 | 7 | 11B | 4D | 45 |
| Octal | 313 | 162 | 355 | 16 | 64 | 0 | 7 | 433 | 115 | 105 |
| Binary | 11001011 | 1110010 | 11101101 | 1110 | 110100 | 0 | 111 | 100011011 | 1001101 | 1000101 |
Color Harmonies of #CB72ED
Complementary color
Monochromatic Colors of #CB72ED
Black with #CB72ED
Text Example
Text Example
White with #CB72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72ED; }
p { color: rgb(203,114,237); }
H1.HeaderClassName
{
color: #CB72ED;
}
.AnyTagClassName
{
color: #CB72ED;
}
</style>
background-color css
<style>
a { background-color: #CB72ED; }
a { background-color: rgb(203,114,237); }
div.DivClassName
{
background-color: #CB72ED;
}
.BgClassName
{
background-color: #CB72ED;
}
</style>
border-color css
<style>
span { border-color: #CB72ED; }
span { border-color: rgb(203,114,237); }
td.TdClassName
{
border-color: #CB72ED;
}
.TagClassName
{
border-color: #CB72ED;
}
</style>