Shades of Heliotrope #CE72FF
Tints of Heliotrope #CE72FF
RGB
CMYK
RGB Variations
Color information
#CE72FF (or 0xCE72FF) is known color: Heliotrope. HEX triplet: CE, 72 and FF. RGB value is (206,114,255). Sum of RGB (Red+Green+Blue) = 206+114+255=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE72FF is #318D00. Grayscale: #9D9D9D. Windows color (decimal): -3247361 or 16741070. OLE color: 16741070.
HSL color Cylindrical-coordinate representation of color #CE72FF: hue angle of 279.15º 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 #CE72FF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 114 | 255 | - |
| CMYK | 0.19 | 0.55 | 0 | 0 |
| HSL | 279.15º | 1% | 0.72% | - |
| HSV(B) | 279.15º | 0.55% | 1% | - |
| XYZ | 49.52 | 32.38 | 98.25 | - |
| YUV | 157.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 255 | 0.19 | 0.55 | 0 | 0 | 279.15 | 1 | 0.72 |
| Hex | CE | 72 | FF | 13 | 37 | 0 | 0 | 117 | 64 | 48 |
| Octal | 316 | 162 | 377 | 23 | 67 | 0 | 0 | 427 | 144 | 110 |
| Binary | 11001110 | 1110010 | 11111111 | 10011 | 110111 | 0 | 0 | 100010111 | 1100100 | 1001000 |
Color Harmonies of #CE72FF
Complementary color
Monochromatic Colors of #CE72FF
Black with #CE72FF
Text Example
Text Example
White with #CE72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72FF; }
p { color: rgb(206,114,255); }
H1.HeaderClassName
{
color: #CE72FF;
}
.AnyTagClassName
{
color: #CE72FF;
}
</style>
background-color css
<style>
a { background-color: #CE72FF; }
a { background-color: rgb(206,114,255); }
div.DivClassName
{
background-color: #CE72FF;
}
.BgClassName
{
background-color: #CE72FF;
}
</style>
border-color css
<style>
span { border-color: #CE72FF; }
span { border-color: rgb(206,114,255); }
td.TdClassName
{
border-color: #CE72FF;
}
.TagClassName
{
border-color: #CE72FF;
}
</style>