Shades of Lily #C87DB2
Tints of Lily #C87DB2
RGB
CMYK
RGB Variations
Color information
#C87DB2 (or 0xC87DB2) is known color: Lily. HEX triplet: C8, 7D and B2. RGB value is (200,125,178). Sum of RGB (Red+Green+Blue) = 200+125+178=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DB2 is #37824D. Grayscale: #999999. Windows color (decimal): -3637838 or 11697608. OLE color: 11697608.
HSL color Cylindrical-coordinate representation of color #C87DB2: hue angle of 317.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DB2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 178 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.22 |
| HSL | 317.6º | 0.41% | 0.64% | - |
| HSV(B) | 317.6º | 0.38% | 0.78% | - |
| XYZ | 39.19 | 30.16 | 45.88 | - |
| YUV | 153.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 178 | 0 | 0.38 | 0.11 | 0.22 | 317.6 | 0.41 | 0.64 |
| Hex | C8 | 7D | B2 | 0 | 26 | B | 16 | 13E | 29 | 40 |
| Octal | 310 | 175 | 262 | 0 | 46 | 13 | 26 | 476 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10110010 | 0 | 100110 | 1011 | 10110 | 100111110 | 101001 | 1000000 |
Color Harmonies of #C87DB2
Complementary color
Monochromatic Colors of #C87DB2
Black with #C87DB2
Text Example
Text Example
White with #C87DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DB2; }
p { color: rgb(200,125,178); }
H1.HeaderClassName
{
color: #C87DB2;
}
.AnyTagClassName
{
color: #C87DB2;
}
</style>
background-color css
<style>
a { background-color: #C87DB2; }
a { background-color: rgb(200,125,178); }
div.DivClassName
{
background-color: #C87DB2;
}
.BgClassName
{
background-color: #C87DB2;
}
</style>
border-color css
<style>
span { border-color: #C87DB2; }
span { border-color: rgb(200,125,178); }
td.TdClassName
{
border-color: #C87DB2;
}
.TagClassName
{
border-color: #C87DB2;
}
</style>