Shades of Lily #CE85BE
Tints of Lily #CE85BE
RGB
CMYK
RGB Variations
Color information
#CE85BE (or 0xCE85BE) is known color: Lily. HEX triplet: CE, 85 and BE. RGB value is (206,133,190). Sum of RGB (Red+Green+Blue) = 206+133+190=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85BE is #317A41. Grayscale: #A1A1A1. Windows color (decimal): -3242562 or 12486094. OLE color: 12486094.
HSL color Cylindrical-coordinate representation of color #CE85BE: hue angle of 313.15º 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 #CE85BE is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 190 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.19 |
| HSL | 313.15º | 0.43% | 0.66% | - |
| HSV(B) | 313.15º | 0.35% | 0.81% | - |
| XYZ | 43.14 | 33.61 | 52.93 | - |
| YUV | 161.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 190 | 0 | 0.35 | 0.08 | 0.19 | 313.15 | 0.43 | 0.66 |
| Hex | CE | 85 | BE | 0 | 23 | 8 | 13 | 139 | 2B | 42 |
| Octal | 316 | 205 | 276 | 0 | 43 | 10 | 23 | 471 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10111110 | 0 | 100011 | 1000 | 10011 | 100111001 | 101011 | 1000010 |
Color Harmonies of #CE85BE
Complementary color
Monochromatic Colors of #CE85BE
Black with #CE85BE
Text Example
Text Example
White with #CE85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85BE; }
p { color: rgb(206,133,190); }
H1.HeaderClassName
{
color: #CE85BE;
}
.AnyTagClassName
{
color: #CE85BE;
}
</style>
background-color css
<style>
a { background-color: #CE85BE; }
a { background-color: rgb(206,133,190); }
div.DivClassName
{
background-color: #CE85BE;
}
.BgClassName
{
background-color: #CE85BE;
}
</style>
border-color css
<style>
span { border-color: #CE85BE; }
span { border-color: rgb(206,133,190); }
td.TdClassName
{
border-color: #CE85BE;
}
.TagClassName
{
border-color: #CE85BE;
}
</style>