Shades of Lily #C383AC
Tints of Lily #C383AC
RGB
CMYK
RGB Variations
Color information
#C383AC (or 0xC383AC) is known color: Lily. HEX triplet: C3, 83 and AC. RGB value is (195,131,172). Sum of RGB (Red+Green+Blue) = 195+131+172=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C383AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383AC is #3C7C53. Grayscale: #9A9A9A. Windows color (decimal): -3963988 or 11305923. OLE color: 11305923.
HSL color Cylindrical-coordinate representation of color #C383AC: hue angle of 321.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C383AC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 172 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.24 |
| HSL | 321.56º | 0.35% | 0.64% | - |
| HSV(B) | 321.56º | 0.33% | 0.76% | - |
| XYZ | 38.07 | 30.81 | 42.97 | - |
| YUV | 154.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 172 | 0 | 0.33 | 0.12 | 0.24 | 321.56 | 0.35 | 0.64 |
| Hex | C3 | 83 | AC | 0 | 21 | C | 18 | 142 | 23 | 40 |
| Octal | 303 | 203 | 254 | 0 | 41 | 14 | 30 | 502 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10101100 | 0 | 100001 | 1100 | 11000 | 101000010 | 100011 | 1000000 |
Color Harmonies of #C383AC
Complementary color
Monochromatic Colors of #C383AC
Black with #C383AC
Text Example
Text Example
White with #C383AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383AC; }
p { color: rgb(195,131,172); }
H1.HeaderClassName
{
color: #C383AC;
}
.AnyTagClassName
{
color: #C383AC;
}
</style>
background-color css
<style>
a { background-color: #C383AC; }
a { background-color: rgb(195,131,172); }
div.DivClassName
{
background-color: #C383AC;
}
.BgClassName
{
background-color: #C383AC;
}
</style>
border-color css
<style>
span { border-color: #C383AC; }
span { border-color: rgb(195,131,172); }
td.TdClassName
{
border-color: #C383AC;
}
.TagClassName
{
border-color: #C383AC;
}
</style>