Shades of Heliotrope #CE74F1
Tints of Heliotrope #CE74F1
RGB
CMYK
RGB Variations
Color information
#CE74F1 (or 0xCE74F1) is known color: Heliotrope. HEX triplet: CE, 74 and F1. RGB value is (206,116,241). Sum of RGB (Red+Green+Blue) = 206+116+241=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74F1 is #318B0E. Grayscale: #9C9C9C. Windows color (decimal): -3246863 or 15824078. OLE color: 15824078.
HSL color Cylindrical-coordinate representation of color #CE74F1: hue angle of 283.2º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE74F1 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 116 | 241 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.05 |
| HSL | 283.2º | 0.82% | 0.7% | - |
| HSV(B) | 283.2º | 0.52% | 0.95% | - |
| XYZ | 47.58 | 31.96 | 86.88 | - |
| YUV | 157.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 241 | 0.15 | 0.52 | 0 | 0.05 | 283.2 | 0.82 | 0.7 |
| Hex | CE | 74 | F1 | F | 34 | 0 | 5 | 11B | 52 | 46 |
| Octal | 316 | 164 | 361 | 17 | 64 | 0 | 5 | 433 | 122 | 106 |
| Binary | 11001110 | 1110100 | 11110001 | 1111 | 110100 | 0 | 101 | 100011011 | 1010010 | 1000110 |
Color Harmonies of #CE74F1
Complementary color
Monochromatic Colors of #CE74F1
Black with #CE74F1
Text Example
Text Example
White with #CE74F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74F1; }
p { color: rgb(206,116,241); }
H1.HeaderClassName
{
color: #CE74F1;
}
.AnyTagClassName
{
color: #CE74F1;
}
</style>
background-color css
<style>
a { background-color: #CE74F1; }
a { background-color: rgb(206,116,241); }
div.DivClassName
{
background-color: #CE74F1;
}
.BgClassName
{
background-color: #CE74F1;
}
</style>
border-color css
<style>
span { border-color: #CE74F1; }
span { border-color: rgb(206,116,241); }
td.TdClassName
{
border-color: #CE74F1;
}
.TagClassName
{
border-color: #CE74F1;
}
</style>