Shades of Heliotrope #CE73FE
Tints of Heliotrope #CE73FE
RGB
CMYK
RGB Variations
Color information
#CE73FE (or 0xCE73FE) is known color: Heliotrope. HEX triplet: CE, 73 and FE. RGB value is (206,115,254). Sum of RGB (Red+Green+Blue) = 206+115+254=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73FE is #318C01. Grayscale: #9D9D9D. Windows color (decimal): -3247106 or 16675790. OLE color: 16675790.
HSL color Cylindrical-coordinate representation of color #CE73FE: hue angle of 279.28º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE73FE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 115 | 254 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.00 |
| HSL | 279.28º | 0.99% | 0.72% | - |
| HSV(B) | 279.28º | 0.55% | 1% | - |
| XYZ | 49.47 | 32.54 | 97.44 | - |
| YUV | 158.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 254 | 0.19 | 0.55 | 0 | 0.00 | 279.28 | 0.99 | 0.72 |
| Hex | CE | 73 | FE | 13 | 37 | 0 | 0 | 117 | 63 | 48 |
| Octal | 316 | 163 | 376 | 23 | 67 | 0 | 0 | 427 | 143 | 110 |
| Binary | 11001110 | 1110011 | 11111110 | 10011 | 110111 | 0 | 0 | 100010111 | 1100011 | 1001000 |
Color Harmonies of #CE73FE
Complementary color
Monochromatic Colors of #CE73FE
Black with #CE73FE
Text Example
Text Example
White with #CE73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73FE; }
p { color: rgb(206,115,254); }
H1.HeaderClassName
{
color: #CE73FE;
}
.AnyTagClassName
{
color: #CE73FE;
}
</style>
background-color css
<style>
a { background-color: #CE73FE; }
a { background-color: rgb(206,115,254); }
div.DivClassName
{
background-color: #CE73FE;
}
.BgClassName
{
background-color: #CE73FE;
}
</style>
border-color css
<style>
span { border-color: #CE73FE; }
span { border-color: rgb(206,115,254); }
td.TdClassName
{
border-color: #CE73FE;
}
.TagClassName
{
border-color: #CE73FE;
}
</style>