Shades of Heliotrope #CE68ED
Tints of Heliotrope #CE68ED
RGB
CMYK
RGB Variations
Color information
#CE68ED (or 0xCE68ED) is known color: Heliotrope. HEX triplet: CE, 68 and ED. RGB value is (206,104,237). Sum of RGB (Red+Green+Blue) = 206+104+237=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68ED is #319712. Grayscale: #959595. Windows color (decimal): -3249939 or 15558862. OLE color: 15558862.
HSL color Cylindrical-coordinate representation of color #CE68ED: hue angle of 286.02º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE68ED is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 104 | 237 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.07 |
| HSL | 286.02º | 0.79% | 0.67% | - |
| HSV(B) | 286.02º | 0.56% | 0.93% | - |
| XYZ | 45.69 | 29.14 | 83.34 | - |
| YUV | 149.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 237 | 0.13 | 0.56 | 0 | 0.07 | 286.02 | 0.79 | 0.67 |
| Hex | CE | 68 | ED | D | 38 | 0 | 7 | 11E | 4F | 43 |
| Octal | 316 | 150 | 355 | 15 | 70 | 0 | 7 | 436 | 117 | 103 |
| Binary | 11001110 | 1101000 | 11101101 | 1101 | 111000 | 0 | 111 | 100011110 | 1001111 | 1000011 |
Color Harmonies of #CE68ED
Complementary color
Monochromatic Colors of #CE68ED
Black with #CE68ED
Text Example
Text Example
White with #CE68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68ED; }
p { color: rgb(206,104,237); }
H1.HeaderClassName
{
color: #CE68ED;
}
.AnyTagClassName
{
color: #CE68ED;
}
</style>
background-color css
<style>
a { background-color: #CE68ED; }
a { background-color: rgb(206,104,237); }
div.DivClassName
{
background-color: #CE68ED;
}
.BgClassName
{
background-color: #CE68ED;
}
</style>
border-color css
<style>
span { border-color: #CE68ED; }
span { border-color: rgb(206,104,237); }
td.TdClassName
{
border-color: #CE68ED;
}
.TagClassName
{
border-color: #CE68ED;
}
</style>