Shades of Lilac #C385CB
Tints of Lilac #C385CB
RGB
CMYK
RGB Variations
Color information
#C385CB (or 0xC385CB) is known color: Lilac. HEX triplet: C3, 85 and CB. RGB value is (195,133,203). Sum of RGB (Red+Green+Blue) = 195+133+203=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C385CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CB is #3C7A34. Grayscale: #9F9F9F. Windows color (decimal): -3963445 or 13338051. OLE color: 13338051.
HSL color Cylindrical-coordinate representation of color #C385CB: hue angle of 293.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C385CB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 133 | 203 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.20 |
| HSL | 293.14º | 0.4% | 0.66% | - |
| HSV(B) | 293.14º | 0.34% | 0.8% | - |
| XYZ | 41.67 | 32.69 | 60.61 | - |
| YUV | 159.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 203 | 0.04 | 0.34 | 0 | 0.20 | 293.14 | 0.4 | 0.66 |
| Hex | C3 | 85 | CB | 4 | 22 | 0 | 14 | 125 | 28 | 42 |
| Octal | 303 | 205 | 313 | 4 | 42 | 0 | 24 | 445 | 50 | 102 |
| Binary | 11000011 | 10000101 | 11001011 | 100 | 100010 | 0 | 10100 | 100100101 | 101000 | 1000010 |
Color Harmonies of #C385CB
Complementary color
Monochromatic Colors of #C385CB
Black with #C385CB
Text Example
Text Example
White with #C385CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385CB; }
p { color: rgb(195,133,203); }
H1.HeaderClassName
{
color: #C385CB;
}
.AnyTagClassName
{
color: #C385CB;
}
</style>
background-color css
<style>
a { background-color: #C385CB; }
a { background-color: rgb(195,133,203); }
div.DivClassName
{
background-color: #C385CB;
}
.BgClassName
{
background-color: #C385CB;
}
</style>
border-color css
<style>
span { border-color: #C385CB; }
span { border-color: rgb(195,133,203); }
td.TdClassName
{
border-color: #C385CB;
}
.TagClassName
{
border-color: #C385CB;
}
</style>