Shades of Heliotrope #CE7CED
Tints of Heliotrope #CE7CED
RGB
CMYK
RGB Variations
Color information
#CE7CED (or 0xCE7CED) is known color: Heliotrope. HEX triplet: CE, 7C and ED. RGB value is (206,124,237). Sum of RGB (Red+Green+Blue) = 206+124+237=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CED is #318312. Grayscale: #A1A1A1. Windows color (decimal): -3244819 or 15563982. OLE color: 15563982.
HSL color Cylindrical-coordinate representation of color #CE7CED: hue angle of 283.54º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7CED is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 124 | 237 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.07 |
| HSL | 283.54º | 0.76% | 0.71% | - |
| HSV(B) | 283.54º | 0.48% | 0.93% | - |
| XYZ | 47.95 | 33.65 | 84.09 | - |
| YUV | 161.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 237 | 0.13 | 0.48 | 0 | 0.07 | 283.54 | 0.76 | 0.71 |
| Hex | CE | 7C | ED | D | 30 | 0 | 7 | 11C | 4C | 47 |
| Octal | 316 | 174 | 355 | 15 | 60 | 0 | 7 | 434 | 114 | 107 |
| Binary | 11001110 | 1111100 | 11101101 | 1101 | 110000 | 0 | 111 | 100011100 | 1001100 | 1000111 |
Color Harmonies of #CE7CED
Complementary color
Monochromatic Colors of #CE7CED
Black with #CE7CED
Text Example
Text Example
White with #CE7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CED; }
p { color: rgb(206,124,237); }
H1.HeaderClassName
{
color: #CE7CED;
}
.AnyTagClassName
{
color: #CE7CED;
}
</style>
background-color css
<style>
a { background-color: #CE7CED; }
a { background-color: rgb(206,124,237); }
div.DivClassName
{
background-color: #CE7CED;
}
.BgClassName
{
background-color: #CE7CED;
}
</style>
border-color css
<style>
span { border-color: #CE7CED; }
span { border-color: rgb(206,124,237); }
td.TdClassName
{
border-color: #CE7CED;
}
.TagClassName
{
border-color: #CE7CED;
}
</style>