Shades of Lily #C88AAD
Tints of Lily #C88AAD
RGB
CMYK
RGB Variations
Color information
#C88AAD (or 0xC88AAD) is known color: Lily. HEX triplet: C8, 8A and AD. RGB value is (200,138,173). Sum of RGB (Red+Green+Blue) = 200+138+173=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAD is #377552. Grayscale: #A0A0A0. Windows color (decimal): -3634515 or 11373256. OLE color: 11373256.
HSL color Cylindrical-coordinate representation of color #C88AAD: hue angle of 326.13º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AAD is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 173 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.22 |
| HSL | 326.13º | 0.36% | 0.66% | - |
| HSV(B) | 326.13º | 0.31% | 0.78% | - |
| XYZ | 40.45 | 33.47 | 43.86 | - |
| YUV | 160.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 173 | 0 | 0.31 | 0.14 | 0.22 | 326.13 | 0.36 | 0.66 |
| Hex | C8 | 8A | AD | 0 | 1F | E | 16 | 146 | 24 | 42 |
| Octal | 310 | 212 | 255 | 0 | 37 | 16 | 26 | 506 | 44 | 102 |
| Binary | 11001000 | 10001010 | 10101101 | 0 | 11111 | 1110 | 10110 | 101000110 | 100100 | 1000010 |
Color Harmonies of #C88AAD
Complementary color
Monochromatic Colors of #C88AAD
Black with #C88AAD
Text Example
Text Example
White with #C88AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AAD; }
p { color: rgb(200,138,173); }
H1.HeaderClassName
{
color: #C88AAD;
}
.AnyTagClassName
{
color: #C88AAD;
}
</style>
background-color css
<style>
a { background-color: #C88AAD; }
a { background-color: rgb(200,138,173); }
div.DivClassName
{
background-color: #C88AAD;
}
.BgClassName
{
background-color: #C88AAD;
}
</style>
border-color css
<style>
span { border-color: #C88AAD; }
span { border-color: rgb(200,138,173); }
td.TdClassName
{
border-color: #C88AAD;
}
.TagClassName
{
border-color: #C88AAD;
}
</style>