Shades of Heliotrope #CE85FE
Tints of Heliotrope #CE85FE
RGB
CMYK
RGB Variations
Color information
#CE85FE (or 0xCE85FE) is known color: Heliotrope. HEX triplet: CE, 85 and FE. RGB value is (206,133,254). Sum of RGB (Red+Green+Blue) = 206+133+254=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85FE is #317A01. Grayscale: #A8A8A8. Windows color (decimal): -3242498 or 16680398. OLE color: 16680398.
HSL color Cylindrical-coordinate representation of color #CE85FE: hue angle of 276.2º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE85FE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 133 | 254 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.00 |
| HSL | 276.2º | 0.98% | 0.76% | - |
| HSV(B) | 276.2º | 0.48% | 1% | - |
| XYZ | 51.73 | 37.05 | 98.19 | - |
| YUV | 168.62 | 176.18 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 254 | 0.19 | 0.48 | 0 | 0.00 | 276.2 | 0.98 | 0.76 |
| Hex | CE | 85 | FE | 13 | 30 | 0 | 0 | 114 | 62 | 4C |
| Octal | 316 | 205 | 376 | 23 | 60 | 0 | 0 | 424 | 142 | 114 |
| Binary | 11001110 | 10000101 | 11111110 | 10011 | 110000 | 0 | 0 | 100010100 | 1100010 | 1001100 |
Color Harmonies of #CE85FE
Complementary color
Monochromatic Colors of #CE85FE
Black with #CE85FE
Text Example
Text Example
White with #CE85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85FE; }
p { color: rgb(206,133,254); }
H1.HeaderClassName
{
color: #CE85FE;
}
.AnyTagClassName
{
color: #CE85FE;
}
</style>
background-color css
<style>
a { background-color: #CE85FE; }
a { background-color: rgb(206,133,254); }
div.DivClassName
{
background-color: #CE85FE;
}
.BgClassName
{
background-color: #CE85FE;
}
</style>
border-color css
<style>
span { border-color: #CE85FE; }
span { border-color: rgb(206,133,254); }
td.TdClassName
{
border-color: #CE85FE;
}
.TagClassName
{
border-color: #CE85FE;
}
</style>