Shades of Heliotrope #CE75ED
Tints of Heliotrope #CE75ED
RGB
CMYK
RGB Variations
Color information
#CE75ED (or 0xCE75ED) is known color: Heliotrope. HEX triplet: CE, 75 and ED. RGB value is (206,117,237). Sum of RGB (Red+Green+Blue) = 206+117+237=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75ED is #318A12. Grayscale: #9C9C9C. Windows color (decimal): -3246611 or 15562190. OLE color: 15562190.
HSL color Cylindrical-coordinate representation of color #CE75ED: hue angle of 284.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE75ED is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 117 | 237 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.07 |
| HSL | 284.5º | 0.77% | 0.69% | - |
| HSV(B) | 284.5º | 0.51% | 0.93% | - |
| XYZ | 47.1 | 31.96 | 83.81 | - |
| YUV | 157.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 237 | 0.13 | 0.51 | 0 | 0.07 | 284.5 | 0.77 | 0.69 |
| Hex | CE | 75 | ED | D | 33 | 0 | 7 | 11C | 4D | 45 |
| Octal | 316 | 165 | 355 | 15 | 63 | 0 | 7 | 434 | 115 | 105 |
| Binary | 11001110 | 1110101 | 11101101 | 1101 | 110011 | 0 | 111 | 100011100 | 1001101 | 1000101 |
Color Harmonies of #CE75ED
Complementary color
Monochromatic Colors of #CE75ED
Black with #CE75ED
Text Example
Text Example
White with #CE75ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75ED; }
p { color: rgb(206,117,237); }
H1.HeaderClassName
{
color: #CE75ED;
}
.AnyTagClassName
{
color: #CE75ED;
}
</style>
background-color css
<style>
a { background-color: #CE75ED; }
a { background-color: rgb(206,117,237); }
div.DivClassName
{
background-color: #CE75ED;
}
.BgClassName
{
background-color: #CE75ED;
}
</style>
border-color css
<style>
span { border-color: #CE75ED; }
span { border-color: rgb(206,117,237); }
td.TdClassName
{
border-color: #CE75ED;
}
.TagClassName
{
border-color: #CE75ED;
}
</style>