Shades of Lilac #C283CA
Tints of Lilac #C283CA
RGB
CMYK
RGB Variations
Color information
#C283CA (or 0xC283CA) is known color: Lilac. HEX triplet: C2, 83 and CA. RGB value is (194,131,202). Sum of RGB (Red+Green+Blue) = 194+131+202=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C283CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283CA is #3D7C35. Grayscale: #9D9D9D. Windows color (decimal): -4029494 or 13272002. OLE color: 13272002.
HSL color Cylindrical-coordinate representation of color #C283CA: hue angle of 293.24º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C283CA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 131 | 202 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.21 |
| HSL | 293.24º | 0.4% | 0.65% | - |
| HSV(B) | 293.24º | 0.35% | 0.79% | - |
| XYZ | 41.03 | 31.97 | 59.88 | - |
| YUV | 157.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 202 | 0.04 | 0.35 | 0 | 0.21 | 293.24 | 0.4 | 0.65 |
| Hex | C2 | 83 | CA | 4 | 23 | 0 | 15 | 125 | 28 | 41 |
| Octal | 302 | 203 | 312 | 4 | 43 | 0 | 25 | 445 | 50 | 101 |
| Binary | 11000010 | 10000011 | 11001010 | 100 | 100011 | 0 | 10101 | 100100101 | 101000 | 1000001 |
Color Harmonies of #C283CA
Complementary color
Monochromatic Colors of #C283CA
Black with #C283CA
Text Example
Text Example
White with #C283CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283CA; }
p { color: rgb(194,131,202); }
H1.HeaderClassName
{
color: #C283CA;
}
.AnyTagClassName
{
color: #C283CA;
}
</style>
background-color css
<style>
a { background-color: #C283CA; }
a { background-color: rgb(194,131,202); }
div.DivClassName
{
background-color: #C283CA;
}
.BgClassName
{
background-color: #C283CA;
}
</style>
border-color css
<style>
span { border-color: #C283CA; }
span { border-color: rgb(194,131,202); }
td.TdClassName
{
border-color: #C283CA;
}
.TagClassName
{
border-color: #C283CA;
}
</style>