Shades of Lilac #C384CC
Tints of Lilac #C384CC
RGB
CMYK
RGB Variations
Color information
#C384CC (or 0xC384CC) is known color: Lilac. HEX triplet: C3, 84 and CC. RGB value is (195,132,204). Sum of RGB (Red+Green+Blue) = 195+132+204=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C384CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384CC is #3C7B33. Grayscale: #9E9E9E. Windows color (decimal): -3963700 or 13403331. OLE color: 13403331.
HSL color Cylindrical-coordinate representation of color #C384CC: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C384CC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 132 | 204 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.2 |
| HSL | 292.5º | 0.41% | 0.66% | - |
| HSV(B) | 292.5º | 0.35% | 0.8% | - |
| XYZ | 41.66 | 32.46 | 61.2 | - |
| YUV | 159.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 204 | 0.04 | 0.35 | 0 | 0.2 | 292.5 | 0.41 | 0.66 |
| Hex | C3 | 84 | CC | 4 | 23 | 0 | 14 | 124 | 29 | 42 |
| Octal | 303 | 204 | 314 | 4 | 43 | 0 | 24 | 444 | 51 | 102 |
| Binary | 11000011 | 10000100 | 11001100 | 100 | 100011 | 0 | 10100 | 100100100 | 101001 | 1000010 |
Color Harmonies of #C384CC
Complementary color
Monochromatic Colors of #C384CC
Black with #C384CC
Text Example
Text Example
White with #C384CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384CC; }
p { color: rgb(195,132,204); }
H1.HeaderClassName
{
color: #C384CC;
}
.AnyTagClassName
{
color: #C384CC;
}
</style>
background-color css
<style>
a { background-color: #C384CC; }
a { background-color: rgb(195,132,204); }
div.DivClassName
{
background-color: #C384CC;
}
.BgClassName
{
background-color: #C384CC;
}
</style>
border-color css
<style>
span { border-color: #C384CC; }
span { border-color: rgb(195,132,204); }
td.TdClassName
{
border-color: #C384CC;
}
.TagClassName
{
border-color: #C384CC;
}
</style>