Shades of Lily #C284B0
Tints of Lily #C284B0
RGB
CMYK
RGB Variations
Color information
#C284B0 (or 0xC284B0) is known color: Lily. HEX triplet: C2, 84 and B0. RGB value is (194,132,176). Sum of RGB (Red+Green+Blue) = 194+132+176=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C284B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284B0 is #3D7B4F. Grayscale: #9B9B9B. Windows color (decimal): -4029264 or 11568322. OLE color: 11568322.
HSL color Cylindrical-coordinate representation of color #C284B0: hue angle of 317.42º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C284B0 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 176 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.24 |
| HSL | 317.42º | 0.34% | 0.64% | - |
| HSV(B) | 317.42º | 0.32% | 0.76% | - |
| XYZ | 38.34 | 31.11 | 45.06 | - |
| YUV | 155.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 176 | 0 | 0.32 | 0.09 | 0.24 | 317.42 | 0.34 | 0.64 |
| Hex | C2 | 84 | B0 | 0 | 20 | 9 | 18 | 13D | 22 | 40 |
| Octal | 302 | 204 | 260 | 0 | 40 | 11 | 30 | 475 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10110000 | 0 | 100000 | 1001 | 11000 | 100111101 | 100010 | 1000000 |
Color Harmonies of #C284B0
Complementary color
Monochromatic Colors of #C284B0
Black with #C284B0
Text Example
Text Example
White with #C284B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284B0; }
p { color: rgb(194,132,176); }
H1.HeaderClassName
{
color: #C284B0;
}
.AnyTagClassName
{
color: #C284B0;
}
</style>
background-color css
<style>
a { background-color: #C284B0; }
a { background-color: rgb(194,132,176); }
div.DivClassName
{
background-color: #C284B0;
}
.BgClassName
{
background-color: #C284B0;
}
</style>
border-color css
<style>
span { border-color: #C284B0; }
span { border-color: rgb(194,132,176); }
td.TdClassName
{
border-color: #C284B0;
}
.TagClassName
{
border-color: #C284B0;
}
</style>