Shades of Heliotrope #CE85FA
Tints of Heliotrope #CE85FA
RGB
CMYK
RGB Variations
Color information
#CE85FA (or 0xCE85FA) is known color: Heliotrope. HEX triplet: CE, 85 and FA. RGB value is (206,133,250). Sum of RGB (Red+Green+Blue) = 206+133+250=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85FA is #317A05. Grayscale: #A7A7A7. Windows color (decimal): -3242502 or 16418254. OLE color: 16418254.
HSL color Cylindrical-coordinate representation of color #CE85FA: hue angle of 277.44º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE85FA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 133 | 250 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.02 |
| HSL | 277.44º | 0.92% | 0.75% | - |
| HSV(B) | 277.44º | 0.47% | 0.98% | - |
| XYZ | 51.1 | 36.8 | 94.85 | - |
| YUV | 168.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 250 | 0.18 | 0.47 | 0 | 0.02 | 277.44 | 0.92 | 0.75 |
| Hex | CE | 85 | FA | 12 | 2F | 0 | 2 | 115 | 5C | 4B |
| Octal | 316 | 205 | 372 | 22 | 57 | 0 | 2 | 425 | 134 | 113 |
| Binary | 11001110 | 10000101 | 11111010 | 10010 | 101111 | 0 | 10 | 100010101 | 1011100 | 1001011 |
Color Harmonies of #CE85FA
Complementary color
Monochromatic Colors of #CE85FA
Black with #CE85FA
Text Example
Text Example
White with #CE85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85FA; }
p { color: rgb(206,133,250); }
H1.HeaderClassName
{
color: #CE85FA;
}
.AnyTagClassName
{
color: #CE85FA;
}
</style>
background-color css
<style>
a { background-color: #CE85FA; }
a { background-color: rgb(206,133,250); }
div.DivClassName
{
background-color: #CE85FA;
}
.BgClassName
{
background-color: #CE85FA;
}
</style>
border-color css
<style>
span { border-color: #CE85FA; }
span { border-color: rgb(206,133,250); }
td.TdClassName
{
border-color: #CE85FA;
}
.TagClassName
{
border-color: #CE85FA;
}
</style>