Shades of Lilac #C293CC
Tints of Lilac #C293CC
RGB
CMYK
RGB Variations
Color information
#C293CC (or 0xC293CC) is known color: Lilac. HEX triplet: C2, 93 and CC. RGB value is (194,147,204). Sum of RGB (Red+Green+Blue) = 194+147+204=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C293CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CC is #3D6C33. Grayscale: #A7A7A7. Windows color (decimal): -4025396 or 13407170. OLE color: 13407170.
HSL color Cylindrical-coordinate representation of color #C293CC: hue angle of 289.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C293CC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 147 | 204 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.2 |
| HSL | 289.47º | 0.36% | 0.69% | - |
| HSV(B) | 289.47º | 0.28% | 0.8% | - |
| XYZ | 43.58 | 36.7 | 61.91 | - |
| YUV | 167.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 204 | 0.05 | 0.28 | 0 | 0.2 | 289.47 | 0.36 | 0.69 |
| Hex | C2 | 93 | CC | 5 | 1C | 0 | 14 | 121 | 24 | 45 |
| Octal | 302 | 223 | 314 | 5 | 34 | 0 | 24 | 441 | 44 | 105 |
| Binary | 11000010 | 10010011 | 11001100 | 101 | 11100 | 0 | 10100 | 100100001 | 100100 | 1000101 |
Color Harmonies of #C293CC
Complementary color
Monochromatic Colors of #C293CC
Black with #C293CC
Text Example
Text Example
White with #C293CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293CC; }
p { color: rgb(194,147,204); }
H1.HeaderClassName
{
color: #C293CC;
}
.AnyTagClassName
{
color: #C293CC;
}
</style>
background-color css
<style>
a { background-color: #C293CC; }
a { background-color: rgb(194,147,204); }
div.DivClassName
{
background-color: #C293CC;
}
.BgClassName
{
background-color: #C293CC;
}
</style>
border-color css
<style>
span { border-color: #C293CC; }
span { border-color: rgb(194,147,204); }
td.TdClassName
{
border-color: #C293CC;
}
.TagClassName
{
border-color: #C293CC;
}
</style>