Shades of Lily #C87DB0
Tints of Lily #C87DB0
RGB
CMYK
RGB Variations
Color information
#C87DB0 (or 0xC87DB0) is known color: Lily. HEX triplet: C8, 7D and B0. RGB value is (200,125,176). Sum of RGB (Red+Green+Blue) = 200+125+176=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87DB0 is #37824F. Grayscale: #999999. Windows color (decimal): -3637840 or 11566536. OLE color: 11566536.
HSL color Cylindrical-coordinate representation of color #C87DB0: hue angle of 319.2º 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 #C87DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 125 | 176 | - |
CMYK | 0 | 0.38 | 0.12 | 0.22 |
HSL | 319.2º | 0.41% | 0.64% | - |
HSV(B) | 319.2º | 0.38% | 0.78% | - |
XYZ | 38.99 | 30.08 | 44.83 | - |
YUV | 153.24 | 140.85 | 161.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 125 | 176 | 0 | 0.38 | 0.12 | 0.22 | 319.2 | 0.41 | 0.64 |
Hex | C8 | 7D | B0 | 0 | 26 | C | 16 | 13F | 29 | 40 |
Octal | 310 | 175 | 260 | 0 | 46 | 14 | 26 | 477 | 51 | 100 |
Binary | 11001000 | 1111101 | 10110000 | 0 | 100110 | 1100 | 10110 | 100111111 | 101001 | 1000000 |
Color Harmonies of #C87DB0
Complementary color
Monochromatic Colors of #C87DB0
Black with #C87DB0
Text Example
Text Example
White with #C87DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DB0; }
p { color: rgb(200,125,176); }
H1.HeaderClassName
{
color: #C87DB0;
}
.AnyTagClassName
{
color: #C87DB0;
}
</style>
background-color css
<style>
a { background-color: #C87DB0; }
a { background-color: rgb(200,125,176); }
div.DivClassName
{
background-color: #C87DB0;
}
.BgClassName
{
background-color: #C87DB0;
}
</style>
border-color css
<style>
span { border-color: #C87DB0; }
span { border-color: rgb(200,125,176); }
td.TdClassName
{
border-color: #C87DB0;
}
.TagClassName
{
border-color: #C87DB0;
}
</style>