Shades of Lilac #C38CCD
Tints of Lilac #C38CCD
RGB
CMYK
RGB Variations
Color information
#C38CCD (or 0xC38CCD) is known color: Lilac. HEX triplet: C3, 8C and CD. RGB value is (195,140,205). Sum of RGB (Red+Green+Blue) = 195+140+205=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C38CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCD is #3C7332. Grayscale: #A3A3A3. Windows color (decimal): -3961651 or 13470915. OLE color: 13470915.
HSL color Cylindrical-coordinate representation of color #C38CCD: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38CCD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 140 | 205 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.20 |
| HSL | 290.77º | 0.39% | 0.68% | - |
| HSV(B) | 290.77º | 0.32% | 0.8% | - |
| XYZ | 42.9 | 34.77 | 62.21 | - |
| YUV | 163.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 205 | 0.05 | 0.32 | 0 | 0.20 | 290.77 | 0.39 | 0.68 |
| Hex | C3 | 8C | CD | 5 | 20 | 0 | 14 | 123 | 27 | 44 |
| Octal | 303 | 214 | 315 | 5 | 40 | 0 | 24 | 443 | 47 | 104 |
| Binary | 11000011 | 10001100 | 11001101 | 101 | 100000 | 0 | 10100 | 100100011 | 100111 | 1000100 |
Color Harmonies of #C38CCD
Complementary color
Monochromatic Colors of #C38CCD
Black with #C38CCD
Text Example
Text Example
White with #C38CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CCD; }
p { color: rgb(195,140,205); }
H1.HeaderClassName
{
color: #C38CCD;
}
.AnyTagClassName
{
color: #C38CCD;
}
</style>
background-color css
<style>
a { background-color: #C38CCD; }
a { background-color: rgb(195,140,205); }
div.DivClassName
{
background-color: #C38CCD;
}
.BgClassName
{
background-color: #C38CCD;
}
</style>
border-color css
<style>
span { border-color: #C38CCD; }
span { border-color: rgb(195,140,205); }
td.TdClassName
{
border-color: #C38CCD;
}
.TagClassName
{
border-color: #C38CCD;
}
</style>