Shades of Lilac #C383BF
Tints of Lilac #C383BF
RGB
CMYK
RGB Variations
Color information
#C383BF (or 0xC383BF) is known color: Lilac. HEX triplet: C3, 83 and BF. RGB value is (195,131,191). Sum of RGB (Red+Green+Blue) = 195+131+191=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C383BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383BF is #3C7C40. Grayscale: #9C9C9C. Windows color (decimal): -3963969 or 12551107. OLE color: 12551107.
HSL color Cylindrical-coordinate representation of color #C383BF: hue angle of 303.75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C383BF is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 191 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.24 |
| HSL | 303.75º | 0.35% | 0.64% | - |
| HSV(B) | 303.75º | 0.33% | 0.76% | - |
| XYZ | 40.03 | 31.6 | 53.28 | - |
| YUV | 156.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 191 | 0 | 0.33 | 0.02 | 0.24 | 303.75 | 0.35 | 0.64 |
| Hex | C3 | 83 | BF | 0 | 21 | 2 | 18 | 130 | 23 | 40 |
| Octal | 303 | 203 | 277 | 0 | 41 | 2 | 30 | 460 | 43 | 100 |
| Binary | 11000011 | 10000011 | 10111111 | 0 | 100001 | 10 | 11000 | 100110000 | 100011 | 1000000 |
Color Harmonies of #C383BF
Complementary color
Monochromatic Colors of #C383BF
Black with #C383BF
Text Example
Text Example
White with #C383BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383BF; }
p { color: rgb(195,131,191); }
H1.HeaderClassName
{
color: #C383BF;
}
.AnyTagClassName
{
color: #C383BF;
}
</style>
background-color css
<style>
a { background-color: #C383BF; }
a { background-color: rgb(195,131,191); }
div.DivClassName
{
background-color: #C383BF;
}
.BgClassName
{
background-color: #C383BF;
}
</style>
border-color css
<style>
span { border-color: #C383BF; }
span { border-color: rgb(195,131,191); }
td.TdClassName
{
border-color: #C383BF;
}
.TagClassName
{
border-color: #C383BF;
}
</style>