Shades of Lily #CE78B4
Tints of Lily #CE78B4
RGB
CMYK
RGB Variations
Color information
#CE78B4 (or 0xCE78B4) is known color: Lily. HEX triplet: CE, 78 and B4. RGB value is (206,120,180). Sum of RGB (Red+Green+Blue) = 206+120+180=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78B4 is #31874B. Grayscale: #989898. Windows color (decimal): -3245900 or 11827406. OLE color: 11827406.
HSL color Cylindrical-coordinate representation of color #CE78B4: hue angle of 318.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE78B4 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 180 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.19 |
| HSL | 318.14º | 0.47% | 0.64% | - |
| HSV(B) | 318.14º | 0.42% | 0.81% | - |
| XYZ | 40.41 | 29.85 | 46.81 | - |
| YUV | 152.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 180 | 0 | 0.42 | 0.13 | 0.19 | 318.14 | 0.47 | 0.64 |
| Hex | CE | 78 | B4 | 0 | 2A | D | 13 | 13E | 2F | 40 |
| Octal | 316 | 170 | 264 | 0 | 52 | 15 | 23 | 476 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10110100 | 0 | 101010 | 1101 | 10011 | 100111110 | 101111 | 1000000 |
Color Harmonies of #CE78B4
Complementary color
Monochromatic Colors of #CE78B4
Black with #CE78B4
Text Example
Text Example
White with #CE78B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78B4; }
p { color: rgb(206,120,180); }
H1.HeaderClassName
{
color: #CE78B4;
}
.AnyTagClassName
{
color: #CE78B4;
}
</style>
background-color css
<style>
a { background-color: #CE78B4; }
a { background-color: rgb(206,120,180); }
div.DivClassName
{
background-color: #CE78B4;
}
.BgClassName
{
background-color: #CE78B4;
}
</style>
border-color css
<style>
span { border-color: #CE78B4; }
span { border-color: rgb(206,120,180); }
td.TdClassName
{
border-color: #CE78B4;
}
.TagClassName
{
border-color: #CE78B4;
}
</style>