Shades of Heliotrope #CE55FF
Tints of Heliotrope #CE55FF
RGB
CMYK
RGB Variations
Color information
#CE55FF (or 0xCE55FF) is known color: Heliotrope. HEX triplet: CE, 55 and FF. RGB value is (206,85,255). Sum of RGB (Red+Green+Blue) = 206+85+255=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55FF is #31AA00. Grayscale: #8C8C8C. Windows color (decimal): -3254785 or 16733646. OLE color: 16733646.
HSL color Cylindrical-coordinate representation of color #CE55FF: hue angle of 282.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE55FF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 85 | 255 | - |
| CMYK | 0.19 | 0.67 | 0 | 0 |
| HSL | 282.71º | 1% | 0.67% | - |
| HSV(B) | 282.71º | 0.67% | 1% | - |
| XYZ | 46.75 | 26.84 | 97.32 | - |
| YUV | 140.56 | 192.59 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 255 | 0.19 | 0.67 | 0 | 0 | 282.71 | 1 | 0.67 |
| Hex | CE | 55 | FF | 13 | 43 | 0 | 0 | 11B | 64 | 43 |
| Octal | 316 | 125 | 377 | 23 | 103 | 0 | 0 | 433 | 144 | 103 |
| Binary | 11001110 | 1010101 | 11111111 | 10011 | 1000011 | 0 | 0 | 100011011 | 1100100 | 1000011 |
Color Harmonies of #CE55FF
Complementary color
Monochromatic Colors of #CE55FF
Black with #CE55FF
Text Example
Text Example
White with #CE55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55FF; }
p { color: rgb(206,85,255); }
H1.HeaderClassName
{
color: #CE55FF;
}
.AnyTagClassName
{
color: #CE55FF;
}
</style>
background-color css
<style>
a { background-color: #CE55FF; }
a { background-color: rgb(206,85,255); }
div.DivClassName
{
background-color: #CE55FF;
}
.BgClassName
{
background-color: #CE55FF;
}
</style>
border-color css
<style>
span { border-color: #CE55FF; }
span { border-color: rgb(206,85,255); }
td.TdClassName
{
border-color: #CE55FF;
}
.TagClassName
{
border-color: #CE55FF;
}
</style>