Shades of Lily #C287B1
Tints of Lily #C287B1
RGB
CMYK
RGB Variations
Color information
#C287B1 (or 0xC287B1) is known color: Lily. HEX triplet: C2, 87 and B1. RGB value is (194,135,177). Sum of RGB (Red+Green+Blue) = 194+135+177=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C287B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287B1 is #3D784E. Grayscale: #9D9D9D. Windows color (decimal): -4028495 or 11634626. OLE color: 11634626.
HSL color Cylindrical-coordinate representation of color #C287B1: hue angle of 317.29º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287B1 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 177 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.24 |
| HSL | 317.29º | 0.33% | 0.65% | - |
| HSV(B) | 317.29º | 0.3% | 0.76% | - |
| XYZ | 38.85 | 31.97 | 45.72 | - |
| YUV | 157.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 177 | 0 | 0.30 | 0.09 | 0.24 | 317.29 | 0.33 | 0.65 |
| Hex | C2 | 87 | B1 | 0 | 1E | 9 | 18 | 13D | 21 | 41 |
| Octal | 302 | 207 | 261 | 0 | 36 | 11 | 30 | 475 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10110001 | 0 | 11110 | 1001 | 11000 | 100111101 | 100001 | 1000001 |
Color Harmonies of #C287B1
Complementary color
Monochromatic Colors of #C287B1
Black with #C287B1
Text Example
Text Example
White with #C287B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287B1; }
p { color: rgb(194,135,177); }
H1.HeaderClassName
{
color: #C287B1;
}
.AnyTagClassName
{
color: #C287B1;
}
</style>
background-color css
<style>
a { background-color: #C287B1; }
a { background-color: rgb(194,135,177); }
div.DivClassName
{
background-color: #C287B1;
}
.BgClassName
{
background-color: #C287B1;
}
</style>
border-color css
<style>
span { border-color: #C287B1; }
span { border-color: rgb(194,135,177); }
td.TdClassName
{
border-color: #C287B1;
}
.TagClassName
{
border-color: #C287B1;
}
</style>