Shades of Lily #C287B2
Tints of Lily #C287B2
RGB
CMYK
RGB Variations
Color information
#C287B2 (or 0xC287B2) is known color: Lily. HEX triplet: C2, 87 and B2. RGB value is (194,135,178). Sum of RGB (Red+Green+Blue) = 194+135+178=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C287B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287B2 is #3D784D. Grayscale: #9D9D9D. Windows color (decimal): -4028494 or 11700162. OLE color: 11700162.
HSL color Cylindrical-coordinate representation of color #C287B2: hue angle of 316.27º 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 #C287B2 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 178 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.24 |
| HSL | 316.27º | 0.33% | 0.65% | - |
| HSV(B) | 316.27º | 0.3% | 0.76% | - |
| XYZ | 38.95 | 32.01 | 46.25 | - |
| YUV | 157.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 178 | 0 | 0.30 | 0.08 | 0.24 | 316.27 | 0.33 | 0.65 |
| Hex | C2 | 87 | B2 | 0 | 1E | 8 | 18 | 13C | 21 | 41 |
| Octal | 302 | 207 | 262 | 0 | 36 | 10 | 30 | 474 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10110010 | 0 | 11110 | 1000 | 11000 | 100111100 | 100001 | 1000001 |
Color Harmonies of #C287B2
Complementary color
Monochromatic Colors of #C287B2
Black with #C287B2
Text Example
Text Example
White with #C287B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287B2; }
p { color: rgb(194,135,178); }
H1.HeaderClassName
{
color: #C287B2;
}
.AnyTagClassName
{
color: #C287B2;
}
</style>
background-color css
<style>
a { background-color: #C287B2; }
a { background-color: rgb(194,135,178); }
div.DivClassName
{
background-color: #C287B2;
}
.BgClassName
{
background-color: #C287B2;
}
</style>
border-color css
<style>
span { border-color: #C287B2; }
span { border-color: rgb(194,135,178); }
td.TdClassName
{
border-color: #C287B2;
}
.TagClassName
{
border-color: #C287B2;
}
</style>