Shades of Lily #C87CB2
Tints of Lily #C87CB2
RGB
CMYK
RGB Variations
Color information
#C87CB2 (or 0xC87CB2) is known color: Lily. HEX triplet: C8, 7C and B2. RGB value is (200,124,178). Sum of RGB (Red+Green+Blue) = 200+124+178=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87CB2 is #37834D. Grayscale: #989898. Windows color (decimal): -3638094 or 11697352. OLE color: 11697352.
HSL color Cylindrical-coordinate representation of color #C87CB2: hue angle of 317.37º 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 #C87CB2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 178 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.22 |
| HSL | 317.37º | 0.41% | 0.64% | - |
| HSV(B) | 317.37º | 0.38% | 0.78% | - |
| XYZ | 39.06 | 29.91 | 45.83 | - |
| YUV | 152.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 178 | 0 | 0.38 | 0.11 | 0.22 | 317.37 | 0.41 | 0.64 |
| Hex | C8 | 7C | B2 | 0 | 26 | B | 16 | 13D | 29 | 40 |
| Octal | 310 | 174 | 262 | 0 | 46 | 13 | 26 | 475 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10110010 | 0 | 100110 | 1011 | 10110 | 100111101 | 101001 | 1000000 |
Color Harmonies of #C87CB2
Complementary color
Monochromatic Colors of #C87CB2
Black with #C87CB2
Text Example
Text Example
White with #C87CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CB2; }
p { color: rgb(200,124,178); }
H1.HeaderClassName
{
color: #C87CB2;
}
.AnyTagClassName
{
color: #C87CB2;
}
</style>
background-color css
<style>
a { background-color: #C87CB2; }
a { background-color: rgb(200,124,178); }
div.DivClassName
{
background-color: #C87CB2;
}
.BgClassName
{
background-color: #C87CB2;
}
</style>
border-color css
<style>
span { border-color: #C87CB2; }
span { border-color: rgb(200,124,178); }
td.TdClassName
{
border-color: #C87CB2;
}
.TagClassName
{
border-color: #C87CB2;
}
</style>