Shades of Lilac #C083C9
Tints of Lilac #C083C9
RGB
CMYK
RGB Variations
Color information
#C083C9 (or 0xC083C9) is known color: Lilac. HEX triplet: C0, 83 and C9. RGB value is (192,131,201). Sum of RGB (Red+Green+Blue) = 192+131+201=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #C083C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083C9 is #3F7C36. Grayscale: #9D9D9D. Windows color (decimal): -4160567 or 13206464. OLE color: 13206464.
HSL color Cylindrical-coordinate representation of color #C083C9: hue angle of 292.29º 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 #C083C9 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 131 | 201 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.21 |
| HSL | 292.29º | 0.39% | 0.65% | - |
| HSV(B) | 292.29º | 0.35% | 0.79% | - |
| XYZ | 40.4 | 31.66 | 59.24 | - |
| YUV | 157.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 201 | 0.04 | 0.35 | 0 | 0.21 | 292.29 | 0.39 | 0.65 |
| Hex | C0 | 83 | C9 | 4 | 23 | 0 | 15 | 124 | 27 | 41 |
| Octal | 300 | 203 | 311 | 4 | 43 | 0 | 25 | 444 | 47 | 101 |
| Binary | 11000000 | 10000011 | 11001001 | 100 | 100011 | 0 | 10101 | 100100100 | 100111 | 1000001 |
Color Harmonies of #C083C9
Complementary color
Monochromatic Colors of #C083C9
Black with #C083C9
Text Example
Text Example
White with #C083C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083C9; }
p { color: rgb(192,131,201); }
H1.HeaderClassName
{
color: #C083C9;
}
.AnyTagClassName
{
color: #C083C9;
}
</style>
background-color css
<style>
a { background-color: #C083C9; }
a { background-color: rgb(192,131,201); }
div.DivClassName
{
background-color: #C083C9;
}
.BgClassName
{
background-color: #C083C9;
}
</style>
border-color css
<style>
span { border-color: #C083C9; }
span { border-color: rgb(192,131,201); }
td.TdClassName
{
border-color: #C083C9;
}
.TagClassName
{
border-color: #C083C9;
}
</style>