Shades of Heliotrope #CE85FF
Tints of Heliotrope #CE85FF
RGB
CMYK
RGB Variations
Color information
#CE85FF (or 0xCE85FF) is known color: Heliotrope. HEX triplet: CE, 85 and FF. RGB value is (206,133,255). Sum of RGB (Red+Green+Blue) = 206+133+255=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85FF is #317A00. Grayscale: #A8A8A8. Windows color (decimal): -3242497 or 16745934. OLE color: 16745934.
HSL color Cylindrical-coordinate representation of color #CE85FF: hue angle of 275.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE85FF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 133 | 255 | - |
| CMYK | 0.19 | 0.48 | 0 | 0 |
| HSL | 275.9º | 1% | 0.76% | - |
| HSV(B) | 275.9º | 0.48% | 1% | - |
| XYZ | 51.89 | 37.12 | 99.04 | - |
| YUV | 168.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 255 | 0.19 | 0.48 | 0 | 0 | 275.9 | 1 | 0.76 |
| Hex | CE | 85 | FF | 13 | 30 | 0 | 0 | 114 | 64 | 4C |
| Octal | 316 | 205 | 377 | 23 | 60 | 0 | 0 | 424 | 144 | 114 |
| Binary | 11001110 | 10000101 | 11111111 | 10011 | 110000 | 0 | 0 | 100010100 | 1100100 | 1001100 |
Color Harmonies of #CE85FF
Complementary color
Monochromatic Colors of #CE85FF
Black with #CE85FF
Text Example
Text Example
White with #CE85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85FF; }
p { color: rgb(206,133,255); }
H1.HeaderClassName
{
color: #CE85FF;
}
.AnyTagClassName
{
color: #CE85FF;
}
</style>
background-color css
<style>
a { background-color: #CE85FF; }
a { background-color: rgb(206,133,255); }
div.DivClassName
{
background-color: #CE85FF;
}
.BgClassName
{
background-color: #CE85FF;
}
</style>
border-color css
<style>
span { border-color: #CE85FF; }
span { border-color: rgb(206,133,255); }
td.TdClassName
{
border-color: #CE85FF;
}
.TagClassName
{
border-color: #CE85FF;
}
</style>