Shades of Lilac #C283C1
Tints of Lilac #C283C1
RGB
CMYK
RGB Variations
Color information
#C283C1 (or 0xC283C1) is known color: Lilac. HEX triplet: C2, 83 and C1. RGB value is (194,131,193). Sum of RGB (Red+Green+Blue) = 194+131+193=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C283C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283C1 is #3D7C3E. Grayscale: #9C9C9C. Windows color (decimal): -4029503 or 12682178. OLE color: 12682178.
HSL color Cylindrical-coordinate representation of color #C283C1: hue angle of 300.95º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C283C1 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 193 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.24 |
| HSL | 300.95º | 0.34% | 0.64% | - |
| HSV(B) | 300.95º | 0.32% | 0.76% | - |
| XYZ | 39.99 | 31.55 | 54.43 | - |
| YUV | 156.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 193 | 0 | 0.32 | 0.01 | 0.24 | 300.95 | 0.34 | 0.64 |
| Hex | C2 | 83 | C1 | 0 | 20 | 1 | 18 | 12D | 22 | 40 |
| Octal | 302 | 203 | 301 | 0 | 40 | 1 | 30 | 455 | 42 | 100 |
| Binary | 11000010 | 10000011 | 11000001 | 0 | 100000 | 1 | 11000 | 100101101 | 100010 | 1000000 |
Color Harmonies of #C283C1
Complementary color
Monochromatic Colors of #C283C1
Black with #C283C1
Text Example
Text Example
White with #C283C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283C1; }
p { color: rgb(194,131,193); }
H1.HeaderClassName
{
color: #C283C1;
}
.AnyTagClassName
{
color: #C283C1;
}
</style>
background-color css
<style>
a { background-color: #C283C1; }
a { background-color: rgb(194,131,193); }
div.DivClassName
{
background-color: #C283C1;
}
.BgClassName
{
background-color: #C283C1;
}
</style>
border-color css
<style>
span { border-color: #C283C1; }
span { border-color: rgb(194,131,193); }
td.TdClassName
{
border-color: #C283C1;
}
.TagClassName
{
border-color: #C283C1;
}
</style>