Shades of Lily #CD81AD
Tints of Lily #CD81AD
RGB
CMYK
RGB Variations
Color information
#CD81AD (or 0xCD81AD) is known color: Lily. HEX triplet: CD, 81 and AD. RGB value is (205,129,173). Sum of RGB (Red+Green+Blue) = 205+129+173=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD81AD is #327E52. Grayscale: #9C9C9C. Windows color (decimal): -3309139 or 11370957. OLE color: 11370957.
HSL color Cylindrical-coordinate representation of color #CD81AD: hue angle of 325.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD81AD is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 173 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.20 |
| HSL | 325.26º | 0.43% | 0.65% | - |
| HSV(B) | 325.26º | 0.37% | 0.8% | - |
| XYZ | 40.57 | 31.7 | 43.51 | - |
| YUV | 156.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 173 | 0 | 0.37 | 0.16 | 0.20 | 325.26 | 0.43 | 0.65 |
| Hex | CD | 81 | AD | 0 | 25 | 10 | 14 | 145 | 2B | 41 |
| Octal | 315 | 201 | 255 | 0 | 45 | 20 | 24 | 505 | 53 | 101 |
| Binary | 11001101 | 10000001 | 10101101 | 0 | 100101 | 10000 | 10100 | 101000101 | 101011 | 1000001 |
Color Harmonies of #CD81AD
Complementary color
Monochromatic Colors of #CD81AD
Black with #CD81AD
Text Example
Text Example
White with #CD81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD81AD; }
p { color: rgb(205,129,173); }
H1.HeaderClassName
{
color: #CD81AD;
}
.AnyTagClassName
{
color: #CD81AD;
}
</style>
background-color css
<style>
a { background-color: #CD81AD; }
a { background-color: rgb(205,129,173); }
div.DivClassName
{
background-color: #CD81AD;
}
.BgClassName
{
background-color: #CD81AD;
}
</style>
border-color css
<style>
span { border-color: #CD81AD; }
span { border-color: rgb(205,129,173); }
td.TdClassName
{
border-color: #CD81AD;
}
.TagClassName
{
border-color: #CD81AD;
}
</style>