Shades of Heliotrope #CE7DED
Tints of Heliotrope #CE7DED
RGB
CMYK
RGB Variations
Color information
#CE7DED (or 0xCE7DED) is known color: Heliotrope. HEX triplet: CE, 7D and ED. RGB value is (206,125,237). Sum of RGB (Red+Green+Blue) = 206+125+237=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DED is #318212. Grayscale: #A1A1A1. Windows color (decimal): -3244563 or 15564238. OLE color: 15564238.
HSL color Cylindrical-coordinate representation of color #CE7DED: hue angle of 283.39º degrees, saturation: 0.76, 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 #CE7DED is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 125 | 237 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.07 |
| HSL | 283.39º | 0.76% | 0.71% | - |
| HSV(B) | 283.39º | 0.47% | 0.93% | - |
| XYZ | 48.07 | 33.9 | 84.13 | - |
| YUV | 161.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 237 | 0.13 | 0.47 | 0 | 0.07 | 283.39 | 0.76 | 0.71 |
| Hex | CE | 7D | ED | D | 2F | 0 | 7 | 11B | 4C | 47 |
| Octal | 316 | 175 | 355 | 15 | 57 | 0 | 7 | 433 | 114 | 107 |
| Binary | 11001110 | 1111101 | 11101101 | 1101 | 101111 | 0 | 111 | 100011011 | 1001100 | 1000111 |
Color Harmonies of #CE7DED
Complementary color
Monochromatic Colors of #CE7DED
Black with #CE7DED
Text Example
Text Example
White with #CE7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DED; }
p { color: rgb(206,125,237); }
H1.HeaderClassName
{
color: #CE7DED;
}
.AnyTagClassName
{
color: #CE7DED;
}
</style>
background-color css
<style>
a { background-color: #CE7DED; }
a { background-color: rgb(206,125,237); }
div.DivClassName
{
background-color: #CE7DED;
}
.BgClassName
{
background-color: #CE7DED;
}
</style>
border-color css
<style>
span { border-color: #CE7DED; }
span { border-color: rgb(206,125,237); }
td.TdClassName
{
border-color: #CE7DED;
}
.TagClassName
{
border-color: #CE7DED;
}
</style>