Shades of Lily #C293B4
Tints of Lily #C293B4
RGB
CMYK
RGB Variations
Color information
#C293B4 (or 0xC293B4) is known color: Lily. HEX triplet: C2, 93 and B4. RGB value is (194,147,180). Sum of RGB (Red+Green+Blue) = 194+147+180=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C293B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293B4 is #3D6C4B. Grayscale: #A4A4A4. Windows color (decimal): -4025420 or 11834306. OLE color: 11834306.
HSL color Cylindrical-coordinate representation of color #C293B4: hue angle of 317.87º 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 #C293B4 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 180 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.24 |
| HSL | 317.87º | 0.28% | 0.67% | - |
| HSV(B) | 317.87º | 0.24% | 0.76% | - |
| XYZ | 40.92 | 35.63 | 47.9 | - |
| YUV | 164.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 180 | 0 | 0.24 | 0.07 | 0.24 | 317.87 | 0.28 | 0.67 |
| Hex | C2 | 93 | B4 | 0 | 18 | 7 | 18 | 13E | 1C | 43 |
| Octal | 302 | 223 | 264 | 0 | 30 | 7 | 30 | 476 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10110100 | 0 | 11000 | 111 | 11000 | 100111110 | 11100 | 1000011 |
Color Harmonies of #C293B4
Complementary color
Monochromatic Colors of #C293B4
Black with #C293B4
Text Example
Text Example
White with #C293B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293B4; }
p { color: rgb(194,147,180); }
H1.HeaderClassName
{
color: #C293B4;
}
.AnyTagClassName
{
color: #C293B4;
}
</style>
background-color css
<style>
a { background-color: #C293B4; }
a { background-color: rgb(194,147,180); }
div.DivClassName
{
background-color: #C293B4;
}
.BgClassName
{
background-color: #C293B4;
}
</style>
border-color css
<style>
span { border-color: #C293B4; }
span { border-color: rgb(194,147,180); }
td.TdClassName
{
border-color: #C293B4;
}
.TagClassName
{
border-color: #C293B4;
}
</style>