Shades of Lilac #CE85BF
Tints of Lilac #CE85BF
RGB
CMYK
RGB Variations
Color information
#CE85BF (or 0xCE85BF) is known color: Lilac. HEX triplet: CE, 85 and BF. RGB value is (206,133,191). Sum of RGB (Red+Green+Blue) = 206+133+191=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85BF is #317A40. Grayscale: #A1A1A1. Windows color (decimal): -3242561 or 12551630. OLE color: 12551630.
HSL color Cylindrical-coordinate representation of color #CE85BF: hue angle of 312.33º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85BF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 191 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.19 |
| HSL | 312.33º | 0.43% | 0.66% | - |
| HSV(B) | 312.33º | 0.35% | 0.81% | - |
| XYZ | 43.25 | 33.66 | 53.51 | - |
| YUV | 161.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 191 | 0 | 0.35 | 0.07 | 0.19 | 312.33 | 0.43 | 0.66 |
| Hex | CE | 85 | BF | 0 | 23 | 7 | 13 | 138 | 2B | 42 |
| Octal | 316 | 205 | 277 | 0 | 43 | 7 | 23 | 470 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10111111 | 0 | 100011 | 111 | 10011 | 100111000 | 101011 | 1000010 |
Color Harmonies of #CE85BF
Complementary color
Monochromatic Colors of #CE85BF
Black with #CE85BF
Text Example
Text Example
White with #CE85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85BF; }
p { color: rgb(206,133,191); }
H1.HeaderClassName
{
color: #CE85BF;
}
.AnyTagClassName
{
color: #CE85BF;
}
</style>
background-color css
<style>
a { background-color: #CE85BF; }
a { background-color: rgb(206,133,191); }
div.DivClassName
{
background-color: #CE85BF;
}
.BgClassName
{
background-color: #CE85BF;
}
</style>
border-color css
<style>
span { border-color: #CE85BF; }
span { border-color: rgb(206,133,191); }
td.TdClassName
{
border-color: #CE85BF;
}
.TagClassName
{
border-color: #CE85BF;
}
</style>