Shades of Lily #C393AF
Tints of Lily #C393AF
RGB
CMYK
RGB Variations
Color information
#C393AF (or 0xC393AF) is known color: Lily. HEX triplet: C3, 93 and AF. RGB value is (195,147,175). Sum of RGB (Red+Green+Blue) = 195+147+175=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C393AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C393AF is #3C6C50. Grayscale: #A4A4A4. Windows color (decimal): -3959889 or 11506627. OLE color: 11506627.
HSL color Cylindrical-coordinate representation of color #C393AF: hue angle of 325º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C393AF is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 175 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.24 |
| HSL | 325º | 0.29% | 0.67% | - |
| HSV(B) | 325º | 0.25% | 0.76% | - |
| XYZ | 40.68 | 35.56 | 45.28 | - |
| YUV | 164.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 175 | 0 | 0.25 | 0.10 | 0.24 | 325 | 0.29 | 0.67 |
| Hex | C3 | 93 | AF | 0 | 19 | A | 18 | 145 | 1D | 43 |
| Octal | 303 | 223 | 257 | 0 | 31 | 12 | 30 | 505 | 35 | 103 |
| Binary | 11000011 | 10010011 | 10101111 | 0 | 11001 | 1010 | 11000 | 101000101 | 11101 | 1000011 |
Color Harmonies of #C393AF
Complementary color
Monochromatic Colors of #C393AF
Black with #C393AF
Text Example
Text Example
White with #C393AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393AF; }
p { color: rgb(195,147,175); }
H1.HeaderClassName
{
color: #C393AF;
}
.AnyTagClassName
{
color: #C393AF;
}
</style>
background-color css
<style>
a { background-color: #C393AF; }
a { background-color: rgb(195,147,175); }
div.DivClassName
{
background-color: #C393AF;
}
.BgClassName
{
background-color: #C393AF;
}
</style>
border-color css
<style>
span { border-color: #C393AF; }
span { border-color: rgb(195,147,175); }
td.TdClassName
{
border-color: #C393AF;
}
.TagClassName
{
border-color: #C393AF;
}
</style>