Shades of Lilac #C483C6
Tints of Lilac #C483C6
RGB
CMYK
RGB Variations
Color information
#C483C6 (or 0xC483C6) is known color: Lilac. HEX triplet: C4, 83 and C6. RGB value is (196,131,198). Sum of RGB (Red+Green+Blue) = 196+131+198=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #C483C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483C6 is #3B7C39. Grayscale: #9D9D9D. Windows color (decimal): -3898426 or 13009860. OLE color: 13009860.
HSL color Cylindrical-coordinate representation of color #C483C6: hue angle of 298.21º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C483C6 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 131 | 198 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.22 |
| HSL | 298.21º | 0.37% | 0.65% | - |
| HSV(B) | 298.21º | 0.34% | 0.78% | - |
| XYZ | 41.07 | 32.05 | 57.45 | - |
| YUV | 158.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 198 | 0.01 | 0.34 | 0 | 0.22 | 298.21 | 0.37 | 0.65 |
| Hex | C4 | 83 | C6 | 1 | 22 | 0 | 16 | 12A | 25 | 41 |
| Octal | 304 | 203 | 306 | 1 | 42 | 0 | 26 | 452 | 45 | 101 |
| Binary | 11000100 | 10000011 | 11000110 | 1 | 100010 | 0 | 10110 | 100101010 | 100101 | 1000001 |
Color Harmonies of #C483C6
Complementary color
Monochromatic Colors of #C483C6
Black with #C483C6
Text Example
Text Example
White with #C483C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483C6; }
p { color: rgb(196,131,198); }
H1.HeaderClassName
{
color: #C483C6;
}
.AnyTagClassName
{
color: #C483C6;
}
</style>
background-color css
<style>
a { background-color: #C483C6; }
a { background-color: rgb(196,131,198); }
div.DivClassName
{
background-color: #C483C6;
}
.BgClassName
{
background-color: #C483C6;
}
</style>
border-color css
<style>
span { border-color: #C483C6; }
span { border-color: rgb(196,131,198); }
td.TdClassName
{
border-color: #C483C6;
}
.TagClassName
{
border-color: #C483C6;
}
</style>