Shades of Lily #C293B2
Tints of Lily #C293B2
RGB
CMYK
RGB Variations
Color information
#C293B2 (or 0xC293B2) is known color: Lily. HEX triplet: C2, 93 and B2. RGB value is (194,147,178). Sum of RGB (Red+Green+Blue) = 194+147+178=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C293B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293B2 is #3D6C4D. Grayscale: #A4A4A4. Windows color (decimal): -4025422 or 11703234. OLE color: 11703234.
HSL color Cylindrical-coordinate representation of color #C293B2: hue angle of 320.43º degrees, saturation: 0.28, 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 #C293B2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 178 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.24 |
| HSL | 320.43º | 0.28% | 0.67% | - |
| HSV(B) | 320.43º | 0.24% | 0.76% | - |
| XYZ | 40.72 | 35.55 | 46.84 | - |
| YUV | 164.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 178 | 0 | 0.24 | 0.08 | 0.24 | 320.43 | 0.28 | 0.67 |
| Hex | C2 | 93 | B2 | 0 | 18 | 8 | 18 | 140 | 1C | 43 |
| Octal | 302 | 223 | 262 | 0 | 30 | 10 | 30 | 500 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10110010 | 0 | 11000 | 1000 | 11000 | 101000000 | 11100 | 1000011 |
Color Harmonies of #C293B2
Complementary color
Monochromatic Colors of #C293B2
Black with #C293B2
Text Example
Text Example
White with #C293B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293B2; }
p { color: rgb(194,147,178); }
H1.HeaderClassName
{
color: #C293B2;
}
.AnyTagClassName
{
color: #C293B2;
}
</style>
background-color css
<style>
a { background-color: #C293B2; }
a { background-color: rgb(194,147,178); }
div.DivClassName
{
background-color: #C293B2;
}
.BgClassName
{
background-color: #C293B2;
}
</style>
border-color css
<style>
span { border-color: #C293B2; }
span { border-color: rgb(194,147,178); }
td.TdClassName
{
border-color: #C293B2;
}
.TagClassName
{
border-color: #C293B2;
}
</style>