Shades of Lily #C383AD
Tints of Lily #C383AD
RGB
CMYK
RGB Variations
Color information
#C383AD (or 0xC383AD) is known color: Lily. HEX triplet: C3, 83 and AD. RGB value is (195,131,173). Sum of RGB (Red+Green+Blue) = 195+131+173=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C383AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383AD is #3C7C52. Grayscale: #9A9A9A. Windows color (decimal): -3963987 or 11371459. OLE color: 11371459.
HSL color Cylindrical-coordinate representation of color #C383AD: hue angle of 320.62º 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 #C383AD is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 173 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.24 |
| HSL | 320.63º | 0.35% | 0.64% | - |
| HSV(B) | 320.63º | 0.33% | 0.76% | - |
| XYZ | 38.16 | 30.85 | 43.48 | - |
| YUV | 154.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 173 | 0 | 0.33 | 0.11 | 0.24 | 320.63 | 0.35 | 0.64 |
| Hex | C3 | 83 | AD | 0 | 21 | B | 18 | 141 | 23 | 40 |
| Octal | 303 | 203 | 255 | 0 | 41 | 13 | 30 | 501 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10101101 | 0 | 100001 | 1011 | 11000 | 101000001 | 100011 | 1000000 |
Color Harmonies of #C383AD
Complementary color
Monochromatic Colors of #C383AD
Black with #C383AD
Text Example
Text Example
White with #C383AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383AD; }
p { color: rgb(195,131,173); }
H1.HeaderClassName
{
color: #C383AD;
}
.AnyTagClassName
{
color: #C383AD;
}
</style>
background-color css
<style>
a { background-color: #C383AD; }
a { background-color: rgb(195,131,173); }
div.DivClassName
{
background-color: #C383AD;
}
.BgClassName
{
background-color: #C383AD;
}
</style>
border-color css
<style>
span { border-color: #C383AD; }
span { border-color: rgb(195,131,173); }
td.TdClassName
{
border-color: #C383AD;
}
.TagClassName
{
border-color: #C383AD;
}
</style>