Shades of Heliotrope #CE85F1
Tints of Heliotrope #CE85F1
RGB
CMYK
RGB Variations
Color information
#CE85F1 (or 0xCE85F1) is known color: Heliotrope. HEX triplet: CE, 85 and F1. RGB value is (206,133,241). Sum of RGB (Red+Green+Blue) = 206+133+241=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE85F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85F1 is #317A0E. Grayscale: #A6A6A6. Windows color (decimal): -3242511 or 15828430. OLE color: 15828430.
HSL color Cylindrical-coordinate representation of color #CE85F1: hue angle of 280.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE85F1 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 133 | 241 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.05 |
| HSL | 280.56º | 0.79% | 0.73% | - |
| HSV(B) | 280.56º | 0.45% | 0.95% | - |
| XYZ | 49.72 | 36.25 | 87.6 | - |
| YUV | 167.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 241 | 0.15 | 0.45 | 0 | 0.05 | 280.56 | 0.79 | 0.73 |
| Hex | CE | 85 | F1 | F | 2D | 0 | 5 | 119 | 4F | 49 |
| Octal | 316 | 205 | 361 | 17 | 55 | 0 | 5 | 431 | 117 | 111 |
| Binary | 11001110 | 10000101 | 11110001 | 1111 | 101101 | 0 | 101 | 100011001 | 1001111 | 1001001 |
Color Harmonies of #CE85F1
Complementary color
Monochromatic Colors of #CE85F1
Black with #CE85F1
Text Example
Text Example
White with #CE85F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85F1; }
p { color: rgb(206,133,241); }
H1.HeaderClassName
{
color: #CE85F1;
}
.AnyTagClassName
{
color: #CE85F1;
}
</style>
background-color css
<style>
a { background-color: #CE85F1; }
a { background-color: rgb(206,133,241); }
div.DivClassName
{
background-color: #CE85F1;
}
.BgClassName
{
background-color: #CE85F1;
}
</style>
border-color css
<style>
span { border-color: #CE85F1; }
span { border-color: rgb(206,133,241); }
td.TdClassName
{
border-color: #CE85F1;
}
.TagClassName
{
border-color: #CE85F1;
}
</style>