Shades of Heliotrope #CE85FB
Tints of Heliotrope #CE85FB
RGB
CMYK
RGB Variations
Color information
#CE85FB (or 0xCE85FB) is known color: Heliotrope. HEX triplet: CE, 85 and FB. RGB value is (206,133,251). Sum of RGB (Red+Green+Blue) = 206+133+251=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85FB is #317A04. Grayscale: #A7A7A7. Windows color (decimal): -3242501 or 16483790. OLE color: 16483790.
HSL color Cylindrical-coordinate representation of color #CE85FB: hue angle of 277.12º degrees, saturation: 0.94, 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 #CE85FB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 133 | 251 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.02 |
| HSL | 277.12º | 0.94% | 0.75% | - |
| HSV(B) | 277.12º | 0.47% | 0.98% | - |
| XYZ | 51.25 | 36.86 | 95.68 | - |
| YUV | 168.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 251 | 0.18 | 0.47 | 0 | 0.02 | 277.12 | 0.94 | 0.75 |
| Hex | CE | 85 | FB | 12 | 2F | 0 | 2 | 115 | 5E | 4B |
| Octal | 316 | 205 | 373 | 22 | 57 | 0 | 2 | 425 | 136 | 113 |
| Binary | 11001110 | 10000101 | 11111011 | 10010 | 101111 | 0 | 10 | 100010101 | 1011110 | 1001011 |
Color Harmonies of #CE85FB
Complementary color
Monochromatic Colors of #CE85FB
Black with #CE85FB
Text Example
Text Example
White with #CE85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85FB; }
p { color: rgb(206,133,251); }
H1.HeaderClassName
{
color: #CE85FB;
}
.AnyTagClassName
{
color: #CE85FB;
}
</style>
background-color css
<style>
a { background-color: #CE85FB; }
a { background-color: rgb(206,133,251); }
div.DivClassName
{
background-color: #CE85FB;
}
.BgClassName
{
background-color: #CE85FB;
}
</style>
border-color css
<style>
span { border-color: #CE85FB; }
span { border-color: rgb(206,133,251); }
td.TdClassName
{
border-color: #CE85FB;
}
.TagClassName
{
border-color: #CE85FB;
}
</style>