Shades of Lily #CC8AAD
Tints of Lily #CC8AAD
RGB
CMYK
RGB Variations
Color information
#CC8AAD (or 0xCC8AAD) is known color: Lily. HEX triplet: CC, 8A and AD. RGB value is (204,138,173). Sum of RGB (Red+Green+Blue) = 204+138+173=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AAD is #337552. Grayscale: #A1A1A1. Windows color (decimal): -3372371 or 11373260. OLE color: 11373260.
HSL color Cylindrical-coordinate representation of color #CC8AAD: hue angle of 328.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8AAD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 173 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.2 |
| HSL | 328.18º | 0.39% | 0.67% | - |
| HSV(B) | 328.18º | 0.32% | 0.8% | - |
| XYZ | 41.53 | 34.03 | 43.91 | - |
| YUV | 161.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 173 | 0 | 0.32 | 0.15 | 0.2 | 328.18 | 0.39 | 0.67 |
| Hex | CC | 8A | AD | 0 | 20 | F | 14 | 148 | 27 | 43 |
| Octal | 314 | 212 | 255 | 0 | 40 | 17 | 24 | 510 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10101101 | 0 | 100000 | 1111 | 10100 | 101001000 | 100111 | 1000011 |
Color Harmonies of #CC8AAD
Complementary color
Monochromatic Colors of #CC8AAD
Black with #CC8AAD
Text Example
Text Example
White with #CC8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8AAD; }
p { color: rgb(204,138,173); }
H1.HeaderClassName
{
color: #CC8AAD;
}
.AnyTagClassName
{
color: #CC8AAD;
}
</style>
background-color css
<style>
a { background-color: #CC8AAD; }
a { background-color: rgb(204,138,173); }
div.DivClassName
{
background-color: #CC8AAD;
}
.BgClassName
{
background-color: #CC8AAD;
}
</style>
border-color css
<style>
span { border-color: #CC8AAD; }
span { border-color: rgb(204,138,173); }
td.TdClassName
{
border-color: #CC8AAD;
}
.TagClassName
{
border-color: #CC8AAD;
}
</style>