Shades of Heliotrope #CE74EB
Tints of Heliotrope #CE74EB
RGB
CMYK
RGB Variations
Color information
#CE74EB (or 0xCE74EB) is known color: Heliotrope. HEX triplet: CE, 74 and EB. RGB value is (206,116,235). Sum of RGB (Red+Green+Blue) = 206+116+235=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74EB is #318B14. Grayscale: #9C9C9C. Windows color (decimal): -3246869 or 15430862. OLE color: 15430862.
HSL color Cylindrical-coordinate representation of color #CE74EB: hue angle of 285.38º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE74EB is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 116 | 235 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.08 |
| HSL | 285.38º | 0.75% | 0.69% | - |
| HSV(B) | 285.38º | 0.51% | 0.92% | - |
| XYZ | 46.69 | 31.61 | 82.24 | - |
| YUV | 156.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 235 | 0.12 | 0.51 | 0 | 0.08 | 285.38 | 0.75 | 0.69 |
| Hex | CE | 74 | EB | C | 33 | 0 | 8 | 11D | 4B | 45 |
| Octal | 316 | 164 | 353 | 14 | 63 | 0 | 10 | 435 | 113 | 105 |
| Binary | 11001110 | 1110100 | 11101011 | 1100 | 110011 | 0 | 1000 | 100011101 | 1001011 | 1000101 |
Color Harmonies of #CE74EB
Complementary color
Monochromatic Colors of #CE74EB
Black with #CE74EB
Text Example
Text Example
White with #CE74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74EB; }
p { color: rgb(206,116,235); }
H1.HeaderClassName
{
color: #CE74EB;
}
.AnyTagClassName
{
color: #CE74EB;
}
</style>
background-color css
<style>
a { background-color: #CE74EB; }
a { background-color: rgb(206,116,235); }
div.DivClassName
{
background-color: #CE74EB;
}
.BgClassName
{
background-color: #CE74EB;
}
</style>
border-color css
<style>
span { border-color: #CE74EB; }
span { border-color: rgb(206,116,235); }
td.TdClassName
{
border-color: #CE74EB;
}
.TagClassName
{
border-color: #CE74EB;
}
</style>