Shades of Lilac #C385CC
Tints of Lilac #C385CC
RGB
CMYK
RGB Variations
Color information
#C385CC (or 0xC385CC) is known color: Lilac. HEX triplet: C3, 85 and CC. RGB value is (195,133,204). Sum of RGB (Red+Green+Blue) = 195+133+204=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C385CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CC is #3C7A33. Grayscale: #9F9F9F. Windows color (decimal): -3963444 or 13403587. OLE color: 13403587.
HSL color Cylindrical-coordinate representation of color #C385CC: hue angle of 292.39º 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 #C385CC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 133 | 204 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.2 |
| HSL | 292.39º | 0.41% | 0.66% | - |
| HSV(B) | 292.39º | 0.35% | 0.8% | - |
| XYZ | 41.79 | 32.74 | 61.24 | - |
| YUV | 159.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 204 | 0.04 | 0.35 | 0 | 0.2 | 292.39 | 0.41 | 0.66 |
| Hex | C3 | 85 | CC | 4 | 23 | 0 | 14 | 124 | 29 | 42 |
| Octal | 303 | 205 | 314 | 4 | 43 | 0 | 24 | 444 | 51 | 102 |
| Binary | 11000011 | 10000101 | 11001100 | 100 | 100011 | 0 | 10100 | 100100100 | 101001 | 1000010 |
Color Harmonies of #C385CC
Complementary color
Monochromatic Colors of #C385CC
Black with #C385CC
Text Example
Text Example
White with #C385CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385CC; }
p { color: rgb(195,133,204); }
H1.HeaderClassName
{
color: #C385CC;
}
.AnyTagClassName
{
color: #C385CC;
}
</style>
background-color css
<style>
a { background-color: #C385CC; }
a { background-color: rgb(195,133,204); }
div.DivClassName
{
background-color: #C385CC;
}
.BgClassName
{
background-color: #C385CC;
}
</style>
border-color css
<style>
span { border-color: #C385CC; }
span { border-color: rgb(195,133,204); }
td.TdClassName
{
border-color: #C385CC;
}
.TagClassName
{
border-color: #C385CC;
}
</style>