Shades of Lily #C293B3
Tints of Lily #C293B3
RGB
CMYK
RGB Variations
Color information
#C293B3 (or 0xC293B3) is known color: Lily. HEX triplet: C2, 93 and B3. RGB value is (194,147,179). Sum of RGB (Red+Green+Blue) = 194+147+179=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C293B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293B3 is #3D6C4C. Grayscale: #A4A4A4. Windows color (decimal): -4025421 or 11768770. OLE color: 11768770.
HSL color Cylindrical-coordinate representation of color #C293B3: hue angle of 319.15º 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 #C293B3 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 179 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.24 |
| HSL | 319.15º | 0.28% | 0.67% | - |
| HSV(B) | 319.15º | 0.24% | 0.76% | - |
| XYZ | 40.82 | 35.59 | 47.37 | - |
| YUV | 164.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 179 | 0 | 0.24 | 0.08 | 0.24 | 319.15 | 0.28 | 0.67 |
| Hex | C2 | 93 | B3 | 0 | 18 | 8 | 18 | 13F | 1C | 43 |
| Octal | 302 | 223 | 263 | 0 | 30 | 10 | 30 | 477 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10110011 | 0 | 11000 | 1000 | 11000 | 100111111 | 11100 | 1000011 |
Color Harmonies of #C293B3
Complementary color
Monochromatic Colors of #C293B3
Black with #C293B3
Text Example
Text Example
White with #C293B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293B3; }
p { color: rgb(194,147,179); }
H1.HeaderClassName
{
color: #C293B3;
}
.AnyTagClassName
{
color: #C293B3;
}
</style>
background-color css
<style>
a { background-color: #C293B3; }
a { background-color: rgb(194,147,179); }
div.DivClassName
{
background-color: #C293B3;
}
.BgClassName
{
background-color: #C293B3;
}
</style>
border-color css
<style>
span { border-color: #C293B3; }
span { border-color: rgb(194,147,179); }
td.TdClassName
{
border-color: #C293B3;
}
.TagClassName
{
border-color: #C293B3;
}
</style>