Shades of Heliotrope #CE7CFE
Tints of Heliotrope #CE7CFE
RGB
CMYK
RGB Variations
Color information
#CE7CFE (or 0xCE7CFE) is known color: Heliotrope. HEX triplet: CE, 7C and FE. RGB value is (206,124,254). Sum of RGB (Red+Green+Blue) = 206+124+254=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CFE is #318301. Grayscale: #A2A2A2. Windows color (decimal): -3244802 or 16678094. OLE color: 16678094.
HSL color Cylindrical-coordinate representation of color #CE7CFE: hue angle of 277.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7CFE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 124 | 254 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.00 |
| HSL | 277.85º | 0.98% | 0.74% | - |
| HSV(B) | 277.85º | 0.51% | 1% | - |
| XYZ | 50.55 | 34.69 | 97.8 | - |
| YUV | 163.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 254 | 0.19 | 0.51 | 0 | 0.00 | 277.85 | 0.98 | 0.74 |
| Hex | CE | 7C | FE | 13 | 33 | 0 | 0 | 116 | 62 | 4A |
| Octal | 316 | 174 | 376 | 23 | 63 | 0 | 0 | 426 | 142 | 112 |
| Binary | 11001110 | 1111100 | 11111110 | 10011 | 110011 | 0 | 0 | 100010110 | 1100010 | 1001010 |
Color Harmonies of #CE7CFE
Complementary color
Monochromatic Colors of #CE7CFE
Black with #CE7CFE
Text Example
Text Example
White with #CE7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CFE; }
p { color: rgb(206,124,254); }
H1.HeaderClassName
{
color: #CE7CFE;
}
.AnyTagClassName
{
color: #CE7CFE;
}
</style>
background-color css
<style>
a { background-color: #CE7CFE; }
a { background-color: rgb(206,124,254); }
div.DivClassName
{
background-color: #CE7CFE;
}
.BgClassName
{
background-color: #CE7CFE;
}
</style>
border-color css
<style>
span { border-color: #CE7CFE; }
span { border-color: rgb(206,124,254); }
td.TdClassName
{
border-color: #CE7CFE;
}
.TagClassName
{
border-color: #CE7CFE;
}
</style>