Shades of Lilac #C38FCD
Tints of Lilac #C38FCD
RGB
CMYK
RGB Variations
Color information
#C38FCD (or 0xC38FCD) is known color: Lilac. HEX triplet: C3, 8F and CD. RGB value is (195,143,205). Sum of RGB (Red+Green+Blue) = 195+143+205=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C38FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FCD is #3C7032. Grayscale: #A5A5A5. Windows color (decimal): -3960883 or 13471683. OLE color: 13471683.
HSL color Cylindrical-coordinate representation of color #C38FCD: hue angle of 290.32º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38FCD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 143 | 205 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.20 |
| HSL | 290.32º | 0.38% | 0.68% | - |
| HSV(B) | 290.32º | 0.3% | 0.8% | - |
| XYZ | 43.35 | 35.65 | 62.36 | - |
| YUV | 165.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 205 | 0.05 | 0.30 | 0 | 0.20 | 290.32 | 0.38 | 0.68 |
| Hex | C3 | 8F | CD | 5 | 1E | 0 | 14 | 122 | 26 | 44 |
| Octal | 303 | 217 | 315 | 5 | 36 | 0 | 24 | 442 | 46 | 104 |
| Binary | 11000011 | 10001111 | 11001101 | 101 | 11110 | 0 | 10100 | 100100010 | 100110 | 1000100 |
Color Harmonies of #C38FCD
Complementary color
Monochromatic Colors of #C38FCD
Black with #C38FCD
Text Example
Text Example
White with #C38FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FCD; }
p { color: rgb(195,143,205); }
H1.HeaderClassName
{
color: #C38FCD;
}
.AnyTagClassName
{
color: #C38FCD;
}
</style>
background-color css
<style>
a { background-color: #C38FCD; }
a { background-color: rgb(195,143,205); }
div.DivClassName
{
background-color: #C38FCD;
}
.BgClassName
{
background-color: #C38FCD;
}
</style>
border-color css
<style>
span { border-color: #C38FCD; }
span { border-color: rgb(195,143,205); }
td.TdClassName
{
border-color: #C38FCD;
}
.TagClassName
{
border-color: #C38FCD;
}
</style>