Shades of Lily #C87BAF
Tints of Lily #C87BAF
RGB
CMYK
RGB Variations
Color information
#C87BAF (or 0xC87BAF) is known color: Lily. HEX triplet: C8, 7B and AF. RGB value is (200,123,175). Sum of RGB (Red+Green+Blue) = 200+123+175=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87BAF is #378450. Grayscale: #979797. Windows color (decimal): -3638353 or 11500488. OLE color: 11500488.
HSL color Cylindrical-coordinate representation of color #C87BAF: hue angle of 319.48º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87BAF is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 175 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.22 |
| HSL | 319.48º | 0.41% | 0.63% | - |
| HSV(B) | 319.48º | 0.39% | 0.78% | - |
| XYZ | 38.64 | 29.54 | 44.22 | - |
| YUV | 151.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 175 | 0 | 0.38 | 0.12 | 0.22 | 319.48 | 0.41 | 0.63 |
| Hex | C8 | 7B | AF | 0 | 26 | C | 16 | 13F | 29 | 3F |
| Octal | 310 | 173 | 257 | 0 | 46 | 14 | 26 | 477 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10101111 | 0 | 100110 | 1100 | 10110 | 100111111 | 101001 | 111111 |
Color Harmonies of #C87BAF
Complementary color
Monochromatic Colors of #C87BAF
Black with #C87BAF
Text Example
Text Example
White with #C87BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BAF; }
p { color: rgb(200,123,175); }
H1.HeaderClassName
{
color: #C87BAF;
}
.AnyTagClassName
{
color: #C87BAF;
}
</style>
background-color css
<style>
a { background-color: #C87BAF; }
a { background-color: rgb(200,123,175); }
div.DivClassName
{
background-color: #C87BAF;
}
.BgClassName
{
background-color: #C87BAF;
}
</style>
border-color css
<style>
span { border-color: #C87BAF; }
span { border-color: rgb(200,123,175); }
td.TdClassName
{
border-color: #C87BAF;
}
.TagClassName
{
border-color: #C87BAF;
}
</style>