Shades of Lilac #C283C9
Tints of Lilac #C283C9
RGB
CMYK
RGB Variations
Color information
#C283C9 (or 0xC283C9) is known color: Lilac. HEX triplet: C2, 83 and C9. RGB value is (194,131,201). Sum of RGB (Red+Green+Blue) = 194+131+201=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #C283C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283C9 is #3D7C36. Grayscale: #9D9D9D. Windows color (decimal): -4029495 or 13206466. OLE color: 13206466.
HSL color Cylindrical-coordinate representation of color #C283C9: hue angle of 294º degrees, saturation: 0.39, 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 #C283C9 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 131 | 201 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.21 |
| HSL | 294º | 0.39% | 0.65% | - |
| HSV(B) | 294º | 0.35% | 0.79% | - |
| XYZ | 40.91 | 31.92 | 59.26 | - |
| YUV | 157.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 201 | 0.03 | 0.35 | 0 | 0.21 | 294 | 0.39 | 0.65 |
| Hex | C2 | 83 | C9 | 3 | 23 | 0 | 15 | 126 | 27 | 41 |
| Octal | 302 | 203 | 311 | 3 | 43 | 0 | 25 | 446 | 47 | 101 |
| Binary | 11000010 | 10000011 | 11001001 | 11 | 100011 | 0 | 10101 | 100100110 | 100111 | 1000001 |
Color Harmonies of #C283C9
Complementary color
Monochromatic Colors of #C283C9
Black with #C283C9
Text Example
Text Example
White with #C283C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283C9; }
p { color: rgb(194,131,201); }
H1.HeaderClassName
{
color: #C283C9;
}
.AnyTagClassName
{
color: #C283C9;
}
</style>
background-color css
<style>
a { background-color: #C283C9; }
a { background-color: rgb(194,131,201); }
div.DivClassName
{
background-color: #C283C9;
}
.BgClassName
{
background-color: #C283C9;
}
</style>
border-color css
<style>
span { border-color: #C283C9; }
span { border-color: rgb(194,131,201); }
td.TdClassName
{
border-color: #C283C9;
}
.TagClassName
{
border-color: #C283C9;
}
</style>