Shades of Lilac #C385CD
Tints of Lilac #C385CD
RGB
CMYK
RGB Variations
Color information
#C385CD (or 0xC385CD) is known color: Lilac. HEX triplet: C3, 85 and CD. RGB value is (195,133,205). Sum of RGB (Red+Green+Blue) = 195+133+205=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C385CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CD is #3C7A32. Grayscale: #9F9F9F. Windows color (decimal): -3963443 or 13469123. OLE color: 13469123.
HSL color Cylindrical-coordinate representation of color #C385CD: hue angle of 291.67º degrees, saturation: 0.42, 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 #C385CD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 133 | 205 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.20 |
| HSL | 291.67º | 0.42% | 0.66% | - |
| HSV(B) | 291.67º | 0.35% | 0.8% | - |
| XYZ | 41.91 | 32.78 | 61.88 | - |
| YUV | 159.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 205 | 0.05 | 0.35 | 0 | 0.20 | 291.67 | 0.42 | 0.66 |
| Hex | C3 | 85 | CD | 5 | 23 | 0 | 14 | 124 | 2A | 42 |
| Octal | 303 | 205 | 315 | 5 | 43 | 0 | 24 | 444 | 52 | 102 |
| Binary | 11000011 | 10000101 | 11001101 | 101 | 100011 | 0 | 10100 | 100100100 | 101010 | 1000010 |
Color Harmonies of #C385CD
Complementary color
Monochromatic Colors of #C385CD
Black with #C385CD
Text Example
Text Example
White with #C385CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385CD; }
p { color: rgb(195,133,205); }
H1.HeaderClassName
{
color: #C385CD;
}
.AnyTagClassName
{
color: #C385CD;
}
</style>
background-color css
<style>
a { background-color: #C385CD; }
a { background-color: rgb(195,133,205); }
div.DivClassName
{
background-color: #C385CD;
}
.BgClassName
{
background-color: #C385CD;
}
</style>
border-color css
<style>
span { border-color: #C385CD; }
span { border-color: rgb(195,133,205); }
td.TdClassName
{
border-color: #C385CD;
}
.TagClassName
{
border-color: #C385CD;
}
</style>