Shades of Heliotrope #CE69ED
Tints of Heliotrope #CE69ED
RGB
CMYK
RGB Variations
Color information
#CE69ED (or 0xCE69ED) is known color: Heliotrope. HEX triplet: CE, 69 and ED. RGB value is (206,105,237). Sum of RGB (Red+Green+Blue) = 206+105+237=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69ED is #319612. Grayscale: #959595. Windows color (decimal): -3249683 or 15559118. OLE color: 15559118.
HSL color Cylindrical-coordinate representation of color #CE69ED: hue angle of 285.91º 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 #CE69ED is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 105 | 237 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.07 |
| HSL | 285.91º | 0.79% | 0.67% | - |
| HSV(B) | 285.91º | 0.56% | 0.93% | - |
| XYZ | 45.79 | 29.34 | 83.37 | - |
| YUV | 150.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 237 | 0.13 | 0.56 | 0 | 0.07 | 285.91 | 0.79 | 0.67 |
| Hex | CE | 69 | ED | D | 38 | 0 | 7 | 11E | 4F | 43 |
| Octal | 316 | 151 | 355 | 15 | 70 | 0 | 7 | 436 | 117 | 103 |
| Binary | 11001110 | 1101001 | 11101101 | 1101 | 111000 | 0 | 111 | 100011110 | 1001111 | 1000011 |
Color Harmonies of #CE69ED
Complementary color
Monochromatic Colors of #CE69ED
Black with #CE69ED
Text Example
Text Example
White with #CE69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69ED; }
p { color: rgb(206,105,237); }
H1.HeaderClassName
{
color: #CE69ED;
}
.AnyTagClassName
{
color: #CE69ED;
}
</style>
background-color css
<style>
a { background-color: #CE69ED; }
a { background-color: rgb(206,105,237); }
div.DivClassName
{
background-color: #CE69ED;
}
.BgClassName
{
background-color: #CE69ED;
}
</style>
border-color css
<style>
span { border-color: #CE69ED; }
span { border-color: rgb(206,105,237); }
td.TdClassName
{
border-color: #CE69ED;
}
.TagClassName
{
border-color: #CE69ED;
}
</style>