Shades of Lily #CE81BB
Tints of Lily #CE81BB
RGB
CMYK
RGB Variations
Color information
#CE81BB (or 0xCE81BB) is known color: Lily. HEX triplet: CE, 81 and BB. RGB value is (206,129,187). Sum of RGB (Red+Green+Blue) = 206+129+187=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81BB is #317E44. Grayscale: #9E9E9E. Windows color (decimal): -3243589 or 12288462. OLE color: 12288462.
HSL color Cylindrical-coordinate representation of color #CE81BB: hue angle of 314.81º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE81BB is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 187 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.19 |
| HSL | 314.81º | 0.44% | 0.66% | - |
| HSV(B) | 314.81º | 0.37% | 0.81% | - |
| XYZ | 42.27 | 32.41 | 51.04 | - |
| YUV | 158.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 187 | 0 | 0.37 | 0.09 | 0.19 | 314.81 | 0.44 | 0.66 |
| Hex | CE | 81 | BB | 0 | 25 | 9 | 13 | 13B | 2C | 42 |
| Octal | 316 | 201 | 273 | 0 | 45 | 11 | 23 | 473 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10111011 | 0 | 100101 | 1001 | 10011 | 100111011 | 101100 | 1000010 |
Color Harmonies of #CE81BB
Complementary color
Monochromatic Colors of #CE81BB
Black with #CE81BB
Text Example
Text Example
White with #CE81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81BB; }
p { color: rgb(206,129,187); }
H1.HeaderClassName
{
color: #CE81BB;
}
.AnyTagClassName
{
color: #CE81BB;
}
</style>
background-color css
<style>
a { background-color: #CE81BB; }
a { background-color: rgb(206,129,187); }
div.DivClassName
{
background-color: #CE81BB;
}
.BgClassName
{
background-color: #CE81BB;
}
</style>
border-color css
<style>
span { border-color: #CE81BB; }
span { border-color: rgb(206,129,187); }
td.TdClassName
{
border-color: #CE81BB;
}
.TagClassName
{
border-color: #CE81BB;
}
</style>