Shades of Heliotrope #CE75EC
Tints of Heliotrope #CE75EC
RGB
CMYK
RGB Variations
Color information
#CE75EC (or 0xCE75EC) is known color: Heliotrope. HEX triplet: CE, 75 and EC. RGB value is (206,117,236). Sum of RGB (Red+Green+Blue) = 206+117+236=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75EC is #318A13. Grayscale: #9C9C9C. Windows color (decimal): -3246612 or 15496654. OLE color: 15496654.
HSL color Cylindrical-coordinate representation of color #CE75EC: hue angle of 284.87º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE75EC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 117 | 236 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 284.87º | 0.76% | 0.69% | - |
| HSV(B) | 284.87º | 0.5% | 0.93% | - |
| XYZ | 46.96 | 31.9 | 83.04 | - |
| YUV | 157.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 236 | 0.13 | 0.50 | 0 | 0.07 | 284.87 | 0.76 | 0.69 |
| Hex | CE | 75 | EC | D | 32 | 0 | 7 | 11D | 4C | 45 |
| Octal | 316 | 165 | 354 | 15 | 62 | 0 | 7 | 435 | 114 | 105 |
| Binary | 11001110 | 1110101 | 11101100 | 1101 | 110010 | 0 | 111 | 100011101 | 1001100 | 1000101 |
Color Harmonies of #CE75EC
Complementary color
Monochromatic Colors of #CE75EC
Black with #CE75EC
Text Example
Text Example
White with #CE75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75EC; }
p { color: rgb(206,117,236); }
H1.HeaderClassName
{
color: #CE75EC;
}
.AnyTagClassName
{
color: #CE75EC;
}
</style>
background-color css
<style>
a { background-color: #CE75EC; }
a { background-color: rgb(206,117,236); }
div.DivClassName
{
background-color: #CE75EC;
}
.BgClassName
{
background-color: #CE75EC;
}
</style>
border-color css
<style>
span { border-color: #CE75EC; }
span { border-color: rgb(206,117,236); }
td.TdClassName
{
border-color: #CE75EC;
}
.TagClassName
{
border-color: #CE75EC;
}
</style>