Shades of Heliotrope #CE7DEE
Tints of Heliotrope #CE7DEE
RGB
CMYK
RGB Variations
Color information
#CE7DEE (or 0xCE7DEE) is known color: Heliotrope. HEX triplet: CE, 7D and EE. RGB value is (206,125,238). Sum of RGB (Red+Green+Blue) = 206+125+238=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DEE is #318211. Grayscale: #A1A1A1. Windows color (decimal): -3244562 or 15629774. OLE color: 15629774.
HSL color Cylindrical-coordinate representation of color #CE7DEE: hue angle of 283.01º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7DEE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 125 | 238 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.07 |
| HSL | 283.01º | 0.77% | 0.71% | - |
| HSV(B) | 283.01º | 0.47% | 0.93% | - |
| XYZ | 48.22 | 33.96 | 84.9 | - |
| YUV | 162.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 238 | 0.13 | 0.47 | 0 | 0.07 | 283.01 | 0.77 | 0.71 |
| Hex | CE | 7D | EE | D | 2F | 0 | 7 | 11B | 4D | 47 |
| Octal | 316 | 175 | 356 | 15 | 57 | 0 | 7 | 433 | 115 | 107 |
| Binary | 11001110 | 1111101 | 11101110 | 1101 | 101111 | 0 | 111 | 100011011 | 1001101 | 1000111 |
Color Harmonies of #CE7DEE
Complementary color
Monochromatic Colors of #CE7DEE
Black with #CE7DEE
Text Example
Text Example
White with #CE7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DEE; }
p { color: rgb(206,125,238); }
H1.HeaderClassName
{
color: #CE7DEE;
}
.AnyTagClassName
{
color: #CE7DEE;
}
</style>
background-color css
<style>
a { background-color: #CE7DEE; }
a { background-color: rgb(206,125,238); }
div.DivClassName
{
background-color: #CE7DEE;
}
.BgClassName
{
background-color: #CE7DEE;
}
</style>
border-color css
<style>
span { border-color: #CE7DEE; }
span { border-color: rgb(206,125,238); }
td.TdClassName
{
border-color: #CE7DEE;
}
.TagClassName
{
border-color: #CE7DEE;
}
</style>