Shades of Lily #C283AE
Tints of Lily #C283AE
RGB
CMYK
RGB Variations
Color information
#C283AE (or 0xC283AE) is known color: Lily. HEX triplet: C2, 83 and AE. RGB value is (194,131,174). Sum of RGB (Red+Green+Blue) = 194+131+174=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C283AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C283AE is #3D7C51. Grayscale: #9A9A9A. Windows color (decimal): -4029522 or 11436994. OLE color: 11436994.
HSL color Cylindrical-coordinate representation of color #C283AE: hue angle of 319.05º 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 #C283AE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 174 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.24 |
| HSL | 319.05º | 0.34% | 0.64% | - |
| HSV(B) | 319.05º | 0.32% | 0.76% | - |
| XYZ | 38 | 30.76 | 43.98 | - |
| YUV | 154.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 174 | 0 | 0.32 | 0.10 | 0.24 | 319.05 | 0.34 | 0.64 |
| Hex | C2 | 83 | AE | 0 | 20 | A | 18 | 13F | 22 | 40 |
| Octal | 302 | 203 | 256 | 0 | 40 | 12 | 30 | 477 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10101110 | 0 | 100000 | 1010 | 11000 | 100111111 | 100010 | 1000000 |
Color Harmonies of #C283AE
Complementary color
Monochromatic Colors of #C283AE
Black with #C283AE
Text Example
Text Example
White with #C283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283AE; }
p { color: rgb(194,131,174); }
H1.HeaderClassName
{
color: #C283AE;
}
.AnyTagClassName
{
color: #C283AE;
}
</style>
background-color css
<style>
a { background-color: #C283AE; }
a { background-color: rgb(194,131,174); }
div.DivClassName
{
background-color: #C283AE;
}
.BgClassName
{
background-color: #C283AE;
}
</style>
border-color css
<style>
span { border-color: #C283AE; }
span { border-color: rgb(194,131,174); }
td.TdClassName
{
border-color: #C283AE;
}
.TagClassName
{
border-color: #C283AE;
}
</style>