Shades of Lilac #C38DCC
Tints of Lilac #C38DCC
RGB
CMYK
RGB Variations
Color information
#C38DCC (or 0xC38DCC) is known color: Lilac. HEX triplet: C3, 8D and CC. RGB value is (195,141,204). Sum of RGB (Red+Green+Blue) = 195+141+204=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C38DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DCC is #3C7233. Grayscale: #A4A4A4. Windows color (decimal): -3961396 or 13405635. OLE color: 13405635.
HSL color Cylindrical-coordinate representation of color #C38DCC: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38DCC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 141 | 204 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.2 |
| HSL | 291.43º | 0.38% | 0.68% | - |
| HSV(B) | 291.43º | 0.31% | 0.8% | - |
| XYZ | 42.93 | 35.01 | 61.62 | - |
| YUV | 164.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 204 | 0.04 | 0.31 | 0 | 0.2 | 291.43 | 0.38 | 0.68 |
| Hex | C3 | 8D | CC | 4 | 1F | 0 | 14 | 123 | 26 | 44 |
| Octal | 303 | 215 | 314 | 4 | 37 | 0 | 24 | 443 | 46 | 104 |
| Binary | 11000011 | 10001101 | 11001100 | 100 | 11111 | 0 | 10100 | 100100011 | 100110 | 1000100 |
Color Harmonies of #C38DCC
Complementary color
Monochromatic Colors of #C38DCC
Black with #C38DCC
Text Example
Text Example
White with #C38DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DCC; }
p { color: rgb(195,141,204); }
H1.HeaderClassName
{
color: #C38DCC;
}
.AnyTagClassName
{
color: #C38DCC;
}
</style>
background-color css
<style>
a { background-color: #C38DCC; }
a { background-color: rgb(195,141,204); }
div.DivClassName
{
background-color: #C38DCC;
}
.BgClassName
{
background-color: #C38DCC;
}
</style>
border-color css
<style>
span { border-color: #C38DCC; }
span { border-color: rgb(195,141,204); }
td.TdClassName
{
border-color: #C38DCC;
}
.TagClassName
{
border-color: #C38DCC;
}
</style>