Shades of Lily #C28FB5
Tints of Lily #C28FB5
RGB
CMYK
RGB Variations
Color information
#C28FB5 (or 0xC28FB5) is known color: Lily. HEX triplet: C2, 8F and B5. RGB value is (194,143,181). Sum of RGB (Red+Green+Blue) = 194+143+181=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FB5 is #3D704A. Grayscale: #A2A2A2. Windows color (decimal): -4026443 or 11898818. OLE color: 11898818.
HSL color Cylindrical-coordinate representation of color #C28FB5: hue angle of 315.29º 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 #C28FB5 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 181 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.24 |
| HSL | 315.29º | 0.29% | 0.66% | - |
| HSV(B) | 315.29º | 0.26% | 0.76% | - |
| XYZ | 40.41 | 34.45 | 48.24 | - |
| YUV | 162.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 181 | 0 | 0.26 | 0.07 | 0.24 | 315.29 | 0.29 | 0.66 |
| Hex | C2 | 8F | B5 | 0 | 1A | 7 | 18 | 13B | 1D | 42 |
| Octal | 302 | 217 | 265 | 0 | 32 | 7 | 30 | 473 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10110101 | 0 | 11010 | 111 | 11000 | 100111011 | 11101 | 1000010 |
Color Harmonies of #C28FB5
Complementary color
Monochromatic Colors of #C28FB5
Black with #C28FB5
Text Example
Text Example
White with #C28FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FB5; }
p { color: rgb(194,143,181); }
H1.HeaderClassName
{
color: #C28FB5;
}
.AnyTagClassName
{
color: #C28FB5;
}
</style>
background-color css
<style>
a { background-color: #C28FB5; }
a { background-color: rgb(194,143,181); }
div.DivClassName
{
background-color: #C28FB5;
}
.BgClassName
{
background-color: #C28FB5;
}
</style>
border-color css
<style>
span { border-color: #C28FB5; }
span { border-color: rgb(194,143,181); }
td.TdClassName
{
border-color: #C28FB5;
}
.TagClassName
{
border-color: #C28FB5;
}
</style>