Shades of Lily #C883AD
Tints of Lily #C883AD
RGB
CMYK
RGB Variations
Color information
#C883AD (or 0xC883AD) is known color: Lily. HEX triplet: C8, 83 and AD. RGB value is (200,131,173). Sum of RGB (Red+Green+Blue) = 200+131+173=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C883AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883AD is #377C52. Grayscale: #9C9C9C. Windows color (decimal): -3636307 or 11371464. OLE color: 11371464.
HSL color Cylindrical-coordinate representation of color #C883AD: hue angle of 323.48º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883AD is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 173 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.22 |
| HSL | 323.48º | 0.39% | 0.65% | - |
| HSV(B) | 323.48º | 0.35% | 0.78% | - |
| XYZ | 39.48 | 31.53 | 43.54 | - |
| YUV | 156.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 173 | 0 | 0.34 | 0.14 | 0.22 | 323.48 | 0.39 | 0.65 |
| Hex | C8 | 83 | AD | 0 | 22 | E | 16 | 143 | 27 | 41 |
| Octal | 310 | 203 | 255 | 0 | 42 | 16 | 26 | 503 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10101101 | 0 | 100010 | 1110 | 10110 | 101000011 | 100111 | 1000001 |
Color Harmonies of #C883AD
Complementary color
Monochromatic Colors of #C883AD
Black with #C883AD
Text Example
Text Example
White with #C883AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883AD; }
p { color: rgb(200,131,173); }
H1.HeaderClassName
{
color: #C883AD;
}
.AnyTagClassName
{
color: #C883AD;
}
</style>
background-color css
<style>
a { background-color: #C883AD; }
a { background-color: rgb(200,131,173); }
div.DivClassName
{
background-color: #C883AD;
}
.BgClassName
{
background-color: #C883AD;
}
</style>
border-color css
<style>
span { border-color: #C883AD; }
span { border-color: rgb(200,131,173); }
td.TdClassName
{
border-color: #C883AD;
}
.TagClassName
{
border-color: #C883AD;
}
</style>