Shades of Heliotrope #CE73FF
Tints of Heliotrope #CE73FF
RGB
CMYK
RGB Variations
Color information
#CE73FF (or 0xCE73FF) is known color: Heliotrope. HEX triplet: CE, 73 and FF. RGB value is (206,115,255). Sum of RGB (Red+Green+Blue) = 206+115+255=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73FF is #318C00. Grayscale: #9D9D9D. Windows color (decimal): -3247105 or 16741326. OLE color: 16741326.
HSL color Cylindrical-coordinate representation of color #CE73FF: hue angle of 279º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE73FF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 115 | 255 | - |
| CMYK | 0.19 | 0.55 | 0 | 0 |
| HSL | 279º | 1% | 0.73% | - |
| HSV(B) | 279º | 0.55% | 1% | - |
| XYZ | 49.63 | 32.6 | 98.28 | - |
| YUV | 158.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 255 | 0.19 | 0.55 | 0 | 0 | 279 | 1 | 0.73 |
| Hex | CE | 73 | FF | 13 | 37 | 0 | 0 | 117 | 64 | 49 |
| Octal | 316 | 163 | 377 | 23 | 67 | 0 | 0 | 427 | 144 | 111 |
| Binary | 11001110 | 1110011 | 11111111 | 10011 | 110111 | 0 | 0 | 100010111 | 1100100 | 1001001 |
Color Harmonies of #CE73FF
Complementary color
Monochromatic Colors of #CE73FF
Black with #CE73FF
Text Example
Text Example
White with #CE73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73FF; }
p { color: rgb(206,115,255); }
H1.HeaderClassName
{
color: #CE73FF;
}
.AnyTagClassName
{
color: #CE73FF;
}
</style>
background-color css
<style>
a { background-color: #CE73FF; }
a { background-color: rgb(206,115,255); }
div.DivClassName
{
background-color: #CE73FF;
}
.BgClassName
{
background-color: #CE73FF;
}
</style>
border-color css
<style>
span { border-color: #CE73FF; }
span { border-color: rgb(206,115,255); }
td.TdClassName
{
border-color: #CE73FF;
}
.TagClassName
{
border-color: #CE73FF;
}
</style>