Shades of Heliotrope #CE7CEF
Tints of Heliotrope #CE7CEF
RGB
CMYK
RGB Variations
Color information
#CE7CEF (or 0xCE7CEF) is known color: Heliotrope. HEX triplet: CE, 7C and EF. RGB value is (206,124,239). Sum of RGB (Red+Green+Blue) = 206+124+239=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE7CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CEF is #318310. Grayscale: #A1A1A1. Windows color (decimal): -3244817 or 15695054. OLE color: 15695054.
HSL color Cylindrical-coordinate representation of color #CE7CEF: hue angle of 282.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7CEF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 124 | 239 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.06 |
| HSL | 282.78º | 0.78% | 0.71% | - |
| HSV(B) | 282.78º | 0.48% | 0.94% | - |
| XYZ | 48.24 | 33.77 | 85.64 | - |
| YUV | 161.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 239 | 0.14 | 0.48 | 0 | 0.06 | 282.78 | 0.78 | 0.71 |
| Hex | CE | 7C | EF | E | 30 | 0 | 6 | 11B | 4E | 47 |
| Octal | 316 | 174 | 357 | 16 | 60 | 0 | 6 | 433 | 116 | 107 |
| Binary | 11001110 | 1111100 | 11101111 | 1110 | 110000 | 0 | 110 | 100011011 | 1001110 | 1000111 |
Color Harmonies of #CE7CEF
Complementary color
Monochromatic Colors of #CE7CEF
Black with #CE7CEF
Text Example
Text Example
White with #CE7CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CEF; }
p { color: rgb(206,124,239); }
H1.HeaderClassName
{
color: #CE7CEF;
}
.AnyTagClassName
{
color: #CE7CEF;
}
</style>
background-color css
<style>
a { background-color: #CE7CEF; }
a { background-color: rgb(206,124,239); }
div.DivClassName
{
background-color: #CE7CEF;
}
.BgClassName
{
background-color: #CE7CEF;
}
</style>
border-color css
<style>
span { border-color: #CE7CEF; }
span { border-color: rgb(206,124,239); }
td.TdClassName
{
border-color: #CE7CEF;
}
.TagClassName
{
border-color: #CE7CEF;
}
</style>