Shades of Heliotrope #CE52FC
Tints of Heliotrope #CE52FC
RGB
CMYK
RGB Variations
Color information
#CE52FC (or 0xCE52FC) is known color: Heliotrope. HEX triplet: CE, 52 and FC. RGB value is (206,82,252). Sum of RGB (Red+Green+Blue) = 206+82+252=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE52FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52FC is #31AD03. Grayscale: #898989. Windows color (decimal): -3255556 or 16536270. OLE color: 16536270.
HSL color Cylindrical-coordinate representation of color #CE52FC: hue angle of 283.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE52FC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 82 | 252 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.01 |
| HSL | 283.76º | 0.97% | 0.65% | - |
| HSV(B) | 283.76º | 0.67% | 0.99% | - |
| XYZ | 46.04 | 26.18 | 94.72 | - |
| YUV | 138.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 252 | 0.18 | 0.67 | 0 | 0.01 | 283.76 | 0.97 | 0.65 |
| Hex | CE | 52 | FC | 12 | 43 | 0 | 1 | 11C | 61 | 41 |
| Octal | 316 | 122 | 374 | 22 | 103 | 0 | 1 | 434 | 141 | 101 |
| Binary | 11001110 | 1010010 | 11111100 | 10010 | 1000011 | 0 | 1 | 100011100 | 1100001 | 1000001 |
Color Harmonies of #CE52FC
Complementary color
Monochromatic Colors of #CE52FC
Black with #CE52FC
Text Example
Text Example
White with #CE52FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52FC; }
p { color: rgb(206,82,252); }
H1.HeaderClassName
{
color: #CE52FC;
}
.AnyTagClassName
{
color: #CE52FC;
}
</style>
background-color css
<style>
a { background-color: #CE52FC; }
a { background-color: rgb(206,82,252); }
div.DivClassName
{
background-color: #CE52FC;
}
.BgClassName
{
background-color: #CE52FC;
}
</style>
border-color css
<style>
span { border-color: #CE52FC; }
span { border-color: rgb(206,82,252); }
td.TdClassName
{
border-color: #CE52FC;
}
.TagClassName
{
border-color: #CE52FC;
}
</style>