Shades of Lilac #C383CB
Tints of Lilac #C383CB
RGB
CMYK
RGB Variations
Color information
#C383CB (or 0xC383CB) is known color: Lilac. HEX triplet: C3, 83 and CB. RGB value is (195,131,203). Sum of RGB (Red+Green+Blue) = 195+131+203=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C383CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383CB is #3C7C34. Grayscale: #9E9E9E. Windows color (decimal): -3963957 or 13337539. OLE color: 13337539.
HSL color Cylindrical-coordinate representation of color #C383CB: hue angle of 293.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C383CB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 131 | 203 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.20 |
| HSL | 293.33º | 0.41% | 0.65% | - |
| HSV(B) | 293.33º | 0.35% | 0.8% | - |
| XYZ | 41.4 | 32.15 | 60.52 | - |
| YUV | 158.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 203 | 0.04 | 0.35 | 0 | 0.20 | 293.33 | 0.41 | 0.65 |
| Hex | C3 | 83 | CB | 4 | 23 | 0 | 14 | 125 | 29 | 41 |
| Octal | 303 | 203 | 313 | 4 | 43 | 0 | 24 | 445 | 51 | 101 |
| Binary | 11000011 | 10000011 | 11001011 | 100 | 100011 | 0 | 10100 | 100100101 | 101001 | 1000001 |
Color Harmonies of #C383CB
Complementary color
Monochromatic Colors of #C383CB
Black with #C383CB
Text Example
Text Example
White with #C383CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383CB; }
p { color: rgb(195,131,203); }
H1.HeaderClassName
{
color: #C383CB;
}
.AnyTagClassName
{
color: #C383CB;
}
</style>
background-color css
<style>
a { background-color: #C383CB; }
a { background-color: rgb(195,131,203); }
div.DivClassName
{
background-color: #C383CB;
}
.BgClassName
{
background-color: #C383CB;
}
</style>
border-color css
<style>
span { border-color: #C383CB; }
span { border-color: rgb(195,131,203); }
td.TdClassName
{
border-color: #C383CB;
}
.TagClassName
{
border-color: #C383CB;
}
</style>