Shades of Lily #C28FB8
Tints of Lily #C28FB8
RGB
CMYK
RGB Variations
Color information
#C28FB8 (or 0xC28FB8) is known color: Lily. HEX triplet: C2, 8F and B8. RGB value is (194,143,184). Sum of RGB (Red+Green+Blue) = 194+143+184=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB8 is #3D7047. Grayscale: #A2A2A2. Windows color (decimal): -4026440 or 12095426. OLE color: 12095426.
HSL color Cylindrical-coordinate representation of color #C28FB8: hue angle of 311.76º 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 #C28FB8 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 184 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.24 |
| HSL | 311.76º | 0.29% | 0.66% | - |
| HSV(B) | 311.76º | 0.26% | 0.76% | - |
| XYZ | 40.72 | 34.57 | 49.87 | - |
| YUV | 162.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 184 | 0 | 0.26 | 0.05 | 0.24 | 311.76 | 0.29 | 0.66 |
| Hex | C2 | 8F | B8 | 0 | 1A | 5 | 18 | 138 | 1D | 42 |
| Octal | 302 | 217 | 270 | 0 | 32 | 5 | 30 | 470 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10111000 | 0 | 11010 | 101 | 11000 | 100111000 | 11101 | 1000010 |
Color Harmonies of #C28FB8
Complementary color
Monochromatic Colors of #C28FB8
Black with #C28FB8
Text Example
Text Example
White with #C28FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FB8; }
p { color: rgb(194,143,184); }
H1.HeaderClassName
{
color: #C28FB8;
}
.AnyTagClassName
{
color: #C28FB8;
}
</style>
background-color css
<style>
a { background-color: #C28FB8; }
a { background-color: rgb(194,143,184); }
div.DivClassName
{
background-color: #C28FB8;
}
.BgClassName
{
background-color: #C28FB8;
}
</style>
border-color css
<style>
span { border-color: #C28FB8; }
span { border-color: rgb(194,143,184); }
td.TdClassName
{
border-color: #C28FB8;
}
.TagClassName
{
border-color: #C28FB8;
}
</style>