Shades of Lily #C193B2
Tints of Lily #C193B2
RGB
CMYK
RGB Variations
Color information
#C193B2 (or 0xC193B2) is known color: Lily. HEX triplet: C1, 93 and B2. RGB value is (193,147,178). Sum of RGB (Red+Green+Blue) = 193+147+178=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C193B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193B2 is #3E6C4D. Grayscale: #A4A4A4. Windows color (decimal): -4090958 or 11703233. OLE color: 11703233.
HSL color Cylindrical-coordinate representation of color #C193B2: hue angle of 319.57º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C193B2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 178 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.24 |
| HSL | 319.57º | 0.27% | 0.67% | - |
| HSV(B) | 319.57º | 0.24% | 0.76% | - |
| XYZ | 40.46 | 35.42 | 46.82 | - |
| YUV | 164.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 178 | 0 | 0.24 | 0.08 | 0.24 | 319.57 | 0.27 | 0.67 |
| Hex | C1 | 93 | B2 | 0 | 18 | 8 | 18 | 140 | 1B | 43 |
| Octal | 301 | 223 | 262 | 0 | 30 | 10 | 30 | 500 | 33 | 103 |
| Binary | 11000001 | 10010011 | 10110010 | 0 | 11000 | 1000 | 11000 | 101000000 | 11011 | 1000011 |
Color Harmonies of #C193B2
Complementary color
Monochromatic Colors of #C193B2
Black with #C193B2
Text Example
Text Example
White with #C193B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193B2; }
p { color: rgb(193,147,178); }
H1.HeaderClassName
{
color: #C193B2;
}
.AnyTagClassName
{
color: #C193B2;
}
</style>
background-color css
<style>
a { background-color: #C193B2; }
a { background-color: rgb(193,147,178); }
div.DivClassName
{
background-color: #C193B2;
}
.BgClassName
{
background-color: #C193B2;
}
</style>
border-color css
<style>
span { border-color: #C193B2; }
span { border-color: rgb(193,147,178); }
td.TdClassName
{
border-color: #C193B2;
}
.TagClassName
{
border-color: #C193B2;
}
</style>