Shades of Heliotrope #CE74FF
Tints of Heliotrope #CE74FF
RGB
CMYK
RGB Variations
Color information
#CE74FF (or 0xCE74FF) is known color: Heliotrope. HEX triplet: CE, 74 and FF. RGB value is (206,116,255). Sum of RGB (Red+Green+Blue) = 206+116+255=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74FF is #318B00. Grayscale: #9E9E9E. Windows color (decimal): -3246849 or 16741582. OLE color: 16741582.
HSL color Cylindrical-coordinate representation of color #CE74FF: hue angle of 278.85º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE74FF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 116 | 255 | - |
| CMYK | 0.19 | 0.55 | 0 | 0 |
| HSL | 278.85º | 1% | 0.73% | - |
| HSV(B) | 278.85º | 0.55% | 1% | - |
| XYZ | 49.75 | 32.83 | 98.32 | - |
| YUV | 158.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 255 | 0.19 | 0.55 | 0 | 0 | 278.85 | 1 | 0.73 |
| Hex | CE | 74 | FF | 13 | 37 | 0 | 0 | 117 | 64 | 49 |
| Octal | 316 | 164 | 377 | 23 | 67 | 0 | 0 | 427 | 144 | 111 |
| Binary | 11001110 | 1110100 | 11111111 | 10011 | 110111 | 0 | 0 | 100010111 | 1100100 | 1001001 |
Color Harmonies of #CE74FF
Complementary color
Monochromatic Colors of #CE74FF
Black with #CE74FF
Text Example
Text Example
White with #CE74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74FF; }
p { color: rgb(206,116,255); }
H1.HeaderClassName
{
color: #CE74FF;
}
.AnyTagClassName
{
color: #CE74FF;
}
</style>
background-color css
<style>
a { background-color: #CE74FF; }
a { background-color: rgb(206,116,255); }
div.DivClassName
{
background-color: #CE74FF;
}
.BgClassName
{
background-color: #CE74FF;
}
</style>
border-color css
<style>
span { border-color: #CE74FF; }
span { border-color: rgb(206,116,255); }
td.TdClassName
{
border-color: #CE74FF;
}
.TagClassName
{
border-color: #CE74FF;
}
</style>