Shades of Lilac #C38BCB
Tints of Lilac #C38BCB
RGB
CMYK
RGB Variations
Color information
#C38BCB (or 0xC38BCB) is known color: Lilac. HEX triplet: C3, 8B and CB. RGB value is (195,139,203). Sum of RGB (Red+Green+Blue) = 195+139+203=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C38BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BCB is #3C7434. Grayscale: #A2A2A2. Windows color (decimal): -3961909 or 13339587. OLE color: 13339587.
HSL color Cylindrical-coordinate representation of color #C38BCB: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38BCB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 139 | 203 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.20 |
| HSL | 292.5º | 0.38% | 0.67% | - |
| HSV(B) | 292.5º | 0.32% | 0.8% | - |
| XYZ | 42.52 | 34.38 | 60.89 | - |
| YUV | 163.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 203 | 0.04 | 0.32 | 0 | 0.20 | 292.5 | 0.38 | 0.67 |
| Hex | C3 | 8B | CB | 4 | 20 | 0 | 14 | 124 | 26 | 43 |
| Octal | 303 | 213 | 313 | 4 | 40 | 0 | 24 | 444 | 46 | 103 |
| Binary | 11000011 | 10001011 | 11001011 | 100 | 100000 | 0 | 10100 | 100100100 | 100110 | 1000011 |
Color Harmonies of #C38BCB
Complementary color
Monochromatic Colors of #C38BCB
Black with #C38BCB
Text Example
Text Example
White with #C38BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BCB; }
p { color: rgb(195,139,203); }
H1.HeaderClassName
{
color: #C38BCB;
}
.AnyTagClassName
{
color: #C38BCB;
}
</style>
background-color css
<style>
a { background-color: #C38BCB; }
a { background-color: rgb(195,139,203); }
div.DivClassName
{
background-color: #C38BCB;
}
.BgClassName
{
background-color: #C38BCB;
}
</style>
border-color css
<style>
span { border-color: #C38BCB; }
span { border-color: rgb(195,139,203); }
td.TdClassName
{
border-color: #C38BCB;
}
.TagClassName
{
border-color: #C38BCB;
}
</style>