Shades of Lily #C493B4
Tints of Lily #C493B4
RGB
CMYK
RGB Variations
Color information
#C493B4 (or 0xC493B4) is known color: Lily. HEX triplet: C4, 93 and B4. RGB value is (196,147,180). Sum of RGB (Red+Green+Blue) = 196+147+180=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C493B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493B4 is #3B6C4B. Grayscale: #A5A5A5. Windows color (decimal): -3894348 or 11834308. OLE color: 11834308.
HSL color Cylindrical-coordinate representation of color #C493B4: hue angle of 319.59º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C493B4 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 180 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.23 |
| HSL | 319.59º | 0.29% | 0.67% | - |
| HSV(B) | 319.59º | 0.25% | 0.77% | - |
| XYZ | 41.44 | 35.9 | 47.93 | - |
| YUV | 165.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 180 | 0 | 0.25 | 0.08 | 0.23 | 319.59 | 0.29 | 0.67 |
| Hex | C4 | 93 | B4 | 0 | 19 | 8 | 17 | 140 | 1D | 43 |
| Octal | 304 | 223 | 264 | 0 | 31 | 10 | 27 | 500 | 35 | 103 |
| Binary | 11000100 | 10010011 | 10110100 | 0 | 11001 | 1000 | 10111 | 101000000 | 11101 | 1000011 |
Color Harmonies of #C493B4
Complementary color
Monochromatic Colors of #C493B4
Black with #C493B4
Text Example
Text Example
White with #C493B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C493B4; }
p { color: rgb(196,147,180); }
H1.HeaderClassName
{
color: #C493B4;
}
.AnyTagClassName
{
color: #C493B4;
}
</style>
background-color css
<style>
a { background-color: #C493B4; }
a { background-color: rgb(196,147,180); }
div.DivClassName
{
background-color: #C493B4;
}
.BgClassName
{
background-color: #C493B4;
}
</style>
border-color css
<style>
span { border-color: #C493B4; }
span { border-color: rgb(196,147,180); }
td.TdClassName
{
border-color: #C493B4;
}
.TagClassName
{
border-color: #C493B4;
}
</style>