Shades of Lilac #C483C8
Tints of Lilac #C483C8
RGB
CMYK
RGB Variations
Color information
#C483C8 (or 0xC483C8) is known color: Lilac. HEX triplet: C4, 83 and C8. RGB value is (196,131,200). Sum of RGB (Red+Green+Blue) = 196+131+200=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #C483C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483C8 is #3B7C37. Grayscale: #9E9E9E. Windows color (decimal): -3898424 or 13140932. OLE color: 13140932.
HSL color Cylindrical-coordinate representation of color #C483C8: hue angle of 296.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C483C8 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 131 | 200 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.22 |
| HSL | 296.52º | 0.39% | 0.65% | - |
| HSV(B) | 296.52º | 0.35% | 0.78% | - |
| XYZ | 41.31 | 32.14 | 58.67 | - |
| YUV | 158.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 200 | 0.02 | 0.34 | 0 | 0.22 | 296.52 | 0.39 | 0.65 |
| Hex | C4 | 83 | C8 | 2 | 22 | 0 | 16 | 129 | 27 | 41 |
| Octal | 304 | 203 | 310 | 2 | 42 | 0 | 26 | 451 | 47 | 101 |
| Binary | 11000100 | 10000011 | 11001000 | 10 | 100010 | 0 | 10110 | 100101001 | 100111 | 1000001 |
Color Harmonies of #C483C8
Complementary color
Monochromatic Colors of #C483C8
Black with #C483C8
Text Example
Text Example
White with #C483C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483C8; }
p { color: rgb(196,131,200); }
H1.HeaderClassName
{
color: #C483C8;
}
.AnyTagClassName
{
color: #C483C8;
}
</style>
background-color css
<style>
a { background-color: #C483C8; }
a { background-color: rgb(196,131,200); }
div.DivClassName
{
background-color: #C483C8;
}
.BgClassName
{
background-color: #C483C8;
}
</style>
border-color css
<style>
span { border-color: #C483C8; }
span { border-color: rgb(196,131,200); }
td.TdClassName
{
border-color: #C483C8;
}
.TagClassName
{
border-color: #C483C8;
}
</style>