Shades of Heliotrope #CE73EE
Tints of Heliotrope #CE73EE
RGB
CMYK
RGB Variations
Color information
#CE73EE (or 0xCE73EE) is known color: Heliotrope. HEX triplet: CE, 73 and EE. RGB value is (206,115,238). Sum of RGB (Red+Green+Blue) = 206+115+238=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73EE is #318C11. Grayscale: #9B9B9B. Windows color (decimal): -3247122 or 15627214. OLE color: 15627214.
HSL color Cylindrical-coordinate representation of color #CE73EE: hue angle of 284.39º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE73EE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 115 | 238 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.07 |
| HSL | 284.39º | 0.78% | 0.69% | - |
| HSV(B) | 284.39º | 0.52% | 0.93% | - |
| XYZ | 47.02 | 31.56 | 84.5 | - |
| YUV | 156.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 238 | 0.13 | 0.52 | 0 | 0.07 | 284.39 | 0.78 | 0.69 |
| Hex | CE | 73 | EE | D | 34 | 0 | 7 | 11C | 4E | 45 |
| Octal | 316 | 163 | 356 | 15 | 64 | 0 | 7 | 434 | 116 | 105 |
| Binary | 11001110 | 1110011 | 11101110 | 1101 | 110100 | 0 | 111 | 100011100 | 1001110 | 1000101 |
Color Harmonies of #CE73EE
Complementary color
Monochromatic Colors of #CE73EE
Black with #CE73EE
Text Example
Text Example
White with #CE73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73EE; }
p { color: rgb(206,115,238); }
H1.HeaderClassName
{
color: #CE73EE;
}
.AnyTagClassName
{
color: #CE73EE;
}
</style>
background-color css
<style>
a { background-color: #CE73EE; }
a { background-color: rgb(206,115,238); }
div.DivClassName
{
background-color: #CE73EE;
}
.BgClassName
{
background-color: #CE73EE;
}
</style>
border-color css
<style>
span { border-color: #CE73EE; }
span { border-color: rgb(206,115,238); }
td.TdClassName
{
border-color: #CE73EE;
}
.TagClassName
{
border-color: #CE73EE;
}
</style>