Shades of Heliotrope #CE74EE
Tints of Heliotrope #CE74EE
RGB
CMYK
RGB Variations
Color information
#CE74EE (or 0xCE74EE) is known color: Heliotrope. HEX triplet: CE, 74 and EE. RGB value is (206,116,238). Sum of RGB (Red+Green+Blue) = 206+116+238=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74EE is #318B11. Grayscale: #9C9C9C. Windows color (decimal): -3246866 or 15627470. OLE color: 15627470.
HSL color Cylindrical-coordinate representation of color #CE74EE: hue angle of 284.26º degrees, saturation: 0.78, 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 #CE74EE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 116 | 238 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.07 |
| HSL | 284.26º | 0.78% | 0.69% | - |
| HSV(B) | 284.26º | 0.51% | 0.93% | - |
| XYZ | 47.13 | 31.79 | 84.54 | - |
| YUV | 156.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 238 | 0.13 | 0.51 | 0 | 0.07 | 284.26 | 0.78 | 0.69 |
| Hex | CE | 74 | EE | D | 33 | 0 | 7 | 11C | 4E | 45 |
| Octal | 316 | 164 | 356 | 15 | 63 | 0 | 7 | 434 | 116 | 105 |
| Binary | 11001110 | 1110100 | 11101110 | 1101 | 110011 | 0 | 111 | 100011100 | 1001110 | 1000101 |
Color Harmonies of #CE74EE
Complementary color
Monochromatic Colors of #CE74EE
Black with #CE74EE
Text Example
Text Example
White with #CE74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74EE; }
p { color: rgb(206,116,238); }
H1.HeaderClassName
{
color: #CE74EE;
}
.AnyTagClassName
{
color: #CE74EE;
}
</style>
background-color css
<style>
a { background-color: #CE74EE; }
a { background-color: rgb(206,116,238); }
div.DivClassName
{
background-color: #CE74EE;
}
.BgClassName
{
background-color: #CE74EE;
}
</style>
border-color css
<style>
span { border-color: #CE74EE; }
span { border-color: rgb(206,116,238); }
td.TdClassName
{
border-color: #CE74EE;
}
.TagClassName
{
border-color: #CE74EE;
}
</style>