Shades of Heliotrope #CB72FA
Tints of Heliotrope #CB72FA
RGB
CMYK
RGB Variations
Color information
#CB72FA (or 0xCB72FA) is known color: Heliotrope. HEX triplet: CB, 72 and FA. RGB value is (203,114,250). Sum of RGB (Red+Green+Blue) = 203+114+250=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB72FA is #348D05. Grayscale: #9B9B9B. Windows color (decimal): -3443974 or 16413387. OLE color: 16413387.
HSL color Cylindrical-coordinate representation of color #CB72FA: hue angle of 279.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB72FA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 114 | 250 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.02 |
| HSL | 279.26º | 0.93% | 0.71% | - |
| HSV(B) | 279.26º | 0.54% | 0.98% | - |
| XYZ | 47.9 | 31.63 | 94.02 | - |
| YUV | 156.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 250 | 0.19 | 0.54 | 0 | 0.02 | 279.26 | 0.93 | 0.71 |
| Hex | CB | 72 | FA | 13 | 36 | 0 | 2 | 117 | 5D | 47 |
| Octal | 313 | 162 | 372 | 23 | 66 | 0 | 2 | 427 | 135 | 107 |
| Binary | 11001011 | 1110010 | 11111010 | 10011 | 110110 | 0 | 10 | 100010111 | 1011101 | 1000111 |
Color Harmonies of #CB72FA
Complementary color
Monochromatic Colors of #CB72FA
Black with #CB72FA
Text Example
Text Example
White with #CB72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB72FA; }
p { color: rgb(203,114,250); }
H1.HeaderClassName
{
color: #CB72FA;
}
.AnyTagClassName
{
color: #CB72FA;
}
</style>
background-color css
<style>
a { background-color: #CB72FA; }
a { background-color: rgb(203,114,250); }
div.DivClassName
{
background-color: #CB72FA;
}
.BgClassName
{
background-color: #CB72FA;
}
</style>
border-color css
<style>
span { border-color: #CB72FA; }
span { border-color: rgb(203,114,250); }
td.TdClassName
{
border-color: #CB72FA;
}
.TagClassName
{
border-color: #CB72FA;
}
</style>