Shades of Heliotrope #CE73EA
Tints of Heliotrope #CE73EA
RGB
CMYK
RGB Variations
Color information
#CE73EA (or 0xCE73EA) is known color: Heliotrope. HEX triplet: CE, 73 and EA. RGB value is (206,115,234). Sum of RGB (Red+Green+Blue) = 206+115+234=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73EA is #318C15. Grayscale: #9B9B9B. Windows color (decimal): -3247126 or 15365070. OLE color: 15365070.
HSL color Cylindrical-coordinate representation of color #CE73EA: hue angle of 285.88º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE73EA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 115 | 234 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.08 |
| HSL | 285.88º | 0.74% | 0.68% | - |
| HSV(B) | 285.88º | 0.51% | 0.92% | - |
| XYZ | 46.44 | 31.32 | 81.44 | - |
| YUV | 155.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 234 | 0.12 | 0.51 | 0 | 0.08 | 285.88 | 0.74 | 0.68 |
| Hex | CE | 73 | EA | C | 33 | 0 | 8 | 11E | 4A | 44 |
| Octal | 316 | 163 | 352 | 14 | 63 | 0 | 10 | 436 | 112 | 104 |
| Binary | 11001110 | 1110011 | 11101010 | 1100 | 110011 | 0 | 1000 | 100011110 | 1001010 | 1000100 |
Color Harmonies of #CE73EA
Complementary color
Monochromatic Colors of #CE73EA
Black with #CE73EA
Text Example
Text Example
White with #CE73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73EA; }
p { color: rgb(206,115,234); }
H1.HeaderClassName
{
color: #CE73EA;
}
.AnyTagClassName
{
color: #CE73EA;
}
</style>
background-color css
<style>
a { background-color: #CE73EA; }
a { background-color: rgb(206,115,234); }
div.DivClassName
{
background-color: #CE73EA;
}
.BgClassName
{
background-color: #CE73EA;
}
</style>
border-color css
<style>
span { border-color: #CE73EA; }
span { border-color: rgb(206,115,234); }
td.TdClassName
{
border-color: #CE73EA;
}
.TagClassName
{
border-color: #CE73EA;
}
</style>