Shades of Heliotrope #CE52F4
Tints of Heliotrope #CE52F4
RGB
CMYK
RGB Variations
Color information
#CE52F4 (or 0xCE52F4) is known color: Heliotrope. HEX triplet: CE, 52 and F4. RGB value is (206,82,244). Sum of RGB (Red+Green+Blue) = 206+82+244=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE52F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52F4 is #31AD0B. Grayscale: #898989. Windows color (decimal): -3255564 or 16011982. OLE color: 16011982.
HSL color Cylindrical-coordinate representation of color #CE52F4: hue angle of 285.93º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE52F4 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 82 | 244 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.04 |
| HSL | 285.93º | 0.88% | 0.64% | - |
| HSV(B) | 285.93º | 0.66% | 0.96% | - |
| XYZ | 44.8 | 25.69 | 88.19 | - |
| YUV | 137.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 244 | 0.16 | 0.66 | 0 | 0.04 | 285.93 | 0.88 | 0.64 |
| Hex | CE | 52 | F4 | 10 | 42 | 0 | 4 | 11E | 58 | 40 |
| Octal | 316 | 122 | 364 | 20 | 102 | 0 | 4 | 436 | 130 | 100 |
| Binary | 11001110 | 1010010 | 11110100 | 10000 | 1000010 | 0 | 100 | 100011110 | 1011000 | 1000000 |
Color Harmonies of #CE52F4
Complementary color
Monochromatic Colors of #CE52F4
Black with #CE52F4
Text Example
Text Example
White with #CE52F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52F4; }
p { color: rgb(206,82,244); }
H1.HeaderClassName
{
color: #CE52F4;
}
.AnyTagClassName
{
color: #CE52F4;
}
</style>
background-color css
<style>
a { background-color: #CE52F4; }
a { background-color: rgb(206,82,244); }
div.DivClassName
{
background-color: #CE52F4;
}
.BgClassName
{
background-color: #CE52F4;
}
</style>
border-color css
<style>
span { border-color: #CE52F4; }
span { border-color: rgb(206,82,244); }
td.TdClassName
{
border-color: #CE52F4;
}
.TagClassName
{
border-color: #CE52F4;
}
</style>