Shades of Lily #CD92B1
Tints of Lily #CD92B1
RGB
CMYK
RGB Variations
Color information
#CD92B1 (or 0xCD92B1) is known color: Lily. HEX triplet: CD, 92 and B1. RGB value is (205,146,177). Sum of RGB (Red+Green+Blue) = 205+146+177=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD92B1 is #326D4E. Grayscale: #A7A7A7. Windows color (decimal): -3304783 or 11637453. OLE color: 11637453.
HSL color Cylindrical-coordinate representation of color #CD92B1: hue angle of 328.47º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD92B1 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 146 | 177 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.20 |
| HSL | 328.47º | 0.37% | 0.69% | - |
| HSV(B) | 328.47º | 0.29% | 0.8% | - |
| XYZ | 43.39 | 36.71 | 46.39 | - |
| YUV | 167.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 177 | 0 | 0.29 | 0.14 | 0.20 | 328.47 | 0.37 | 0.69 |
| Hex | CD | 92 | B1 | 0 | 1D | E | 14 | 148 | 25 | 45 |
| Octal | 315 | 222 | 261 | 0 | 35 | 16 | 24 | 510 | 45 | 105 |
| Binary | 11001101 | 10010010 | 10110001 | 0 | 11101 | 1110 | 10100 | 101001000 | 100101 | 1000101 |
Color Harmonies of #CD92B1
Complementary color
Monochromatic Colors of #CD92B1
Black with #CD92B1
Text Example
Text Example
White with #CD92B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD92B1; }
p { color: rgb(205,146,177); }
H1.HeaderClassName
{
color: #CD92B1;
}
.AnyTagClassName
{
color: #CD92B1;
}
</style>
background-color css
<style>
a { background-color: #CD92B1; }
a { background-color: rgb(205,146,177); }
div.DivClassName
{
background-color: #CD92B1;
}
.BgClassName
{
background-color: #CD92B1;
}
</style>
border-color css
<style>
span { border-color: #CD92B1; }
span { border-color: rgb(205,146,177); }
td.TdClassName
{
border-color: #CD92B1;
}
.TagClassName
{
border-color: #CD92B1;
}
</style>