Shades of Lily #C28FB1
Tints of Lily #C28FB1
RGB
CMYK
RGB Variations
Color information
#C28FB1 (or 0xC28FB1) is known color: Lily. HEX triplet: C2, 8F and B1. RGB value is (194,143,177). Sum of RGB (Red+Green+Blue) = 194+143+177=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FB1 is #3D704E. Grayscale: #A2A2A2. Windows color (decimal): -4026447 or 11636674. OLE color: 11636674.
HSL color Cylindrical-coordinate representation of color #C28FB1: hue angle of 320º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FB1 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 177 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.24 |
| HSL | 320º | 0.29% | 0.66% | - |
| HSV(B) | 320º | 0.26% | 0.76% | - |
| XYZ | 40.01 | 34.29 | 46.1 | - |
| YUV | 162.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 177 | 0 | 0.26 | 0.09 | 0.24 | 320 | 0.29 | 0.66 |
| Hex | C2 | 8F | B1 | 0 | 1A | 9 | 18 | 140 | 1D | 42 |
| Octal | 302 | 217 | 261 | 0 | 32 | 11 | 30 | 500 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10110001 | 0 | 11010 | 1001 | 11000 | 101000000 | 11101 | 1000010 |
Color Harmonies of #C28FB1
Complementary color
Monochromatic Colors of #C28FB1
Black with #C28FB1
Text Example
Text Example
White with #C28FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FB1; }
p { color: rgb(194,143,177); }
H1.HeaderClassName
{
color: #C28FB1;
}
.AnyTagClassName
{
color: #C28FB1;
}
</style>
background-color css
<style>
a { background-color: #C28FB1; }
a { background-color: rgb(194,143,177); }
div.DivClassName
{
background-color: #C28FB1;
}
.BgClassName
{
background-color: #C28FB1;
}
</style>
border-color css
<style>
span { border-color: #C28FB1; }
span { border-color: rgb(194,143,177); }
td.TdClassName
{
border-color: #C28FB1;
}
.TagClassName
{
border-color: #C28FB1;
}
</style>