Shades of Heliotrope #CE55FC
Tints of Heliotrope #CE55FC
RGB
CMYK
RGB Variations
Color information
#CE55FC (or 0xCE55FC) is known color: Heliotrope. HEX triplet: CE, 55 and FC. RGB value is (206,85,252). Sum of RGB (Red+Green+Blue) = 206+85+252=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE55FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55FC is #31AA03. Grayscale: #8B8B8B. Windows color (decimal): -3254788 or 16537038. OLE color: 16537038.
HSL color Cylindrical-coordinate representation of color #CE55FC: hue angle of 283.47º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE55FC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 85 | 252 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.01 |
| HSL | 283.47º | 0.97% | 0.66% | - |
| HSV(B) | 283.47º | 0.66% | 0.99% | - |
| XYZ | 46.27 | 26.65 | 94.8 | - |
| YUV | 140.22 | 191.09 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 252 | 0.18 | 0.66 | 0 | 0.01 | 283.47 | 0.97 | 0.66 |
| Hex | CE | 55 | FC | 12 | 42 | 0 | 1 | 11B | 61 | 42 |
| Octal | 316 | 125 | 374 | 22 | 102 | 0 | 1 | 433 | 141 | 102 |
| Binary | 11001110 | 1010101 | 11111100 | 10010 | 1000010 | 0 | 1 | 100011011 | 1100001 | 1000010 |
Color Harmonies of #CE55FC
Complementary color
Monochromatic Colors of #CE55FC
Black with #CE55FC
Text Example
Text Example
White with #CE55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55FC; }
p { color: rgb(206,85,252); }
H1.HeaderClassName
{
color: #CE55FC;
}
.AnyTagClassName
{
color: #CE55FC;
}
</style>
background-color css
<style>
a { background-color: #CE55FC; }
a { background-color: rgb(206,85,252); }
div.DivClassName
{
background-color: #CE55FC;
}
.BgClassName
{
background-color: #CE55FC;
}
</style>
border-color css
<style>
span { border-color: #CE55FC; }
span { border-color: rgb(206,85,252); }
td.TdClassName
{
border-color: #CE55FC;
}
.TagClassName
{
border-color: #CE55FC;
}
</style>