Shades of Lilac #C38FCB
Tints of Lilac #C38FCB
RGB
CMYK
RGB Variations
Color information
#C38FCB (or 0xC38FCB) is known color: Lilac. HEX triplet: C3, 8F and CB. RGB value is (195,143,203). Sum of RGB (Red+Green+Blue) = 195+143+203=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #C38FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FCB is #3C7034. Grayscale: #A5A5A5. Windows color (decimal): -3960885 or 13340611. OLE color: 13340611.
HSL color Cylindrical-coordinate representation of color #C38FCB: hue angle of 292º degrees, saturation: 0.37, 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 #C38FCB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 143 | 203 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.20 |
| HSL | 292º | 0.37% | 0.68% | - |
| HSV(B) | 292º | 0.3% | 0.8% | - |
| XYZ | 43.11 | 35.56 | 61.09 | - |
| YUV | 165.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 203 | 0.04 | 0.30 | 0 | 0.20 | 292 | 0.37 | 0.68 |
| Hex | C3 | 8F | CB | 4 | 1E | 0 | 14 | 124 | 25 | 44 |
| Octal | 303 | 217 | 313 | 4 | 36 | 0 | 24 | 444 | 45 | 104 |
| Binary | 11000011 | 10001111 | 11001011 | 100 | 11110 | 0 | 10100 | 100100100 | 100101 | 1000100 |
Color Harmonies of #C38FCB
Complementary color
Monochromatic Colors of #C38FCB
Black with #C38FCB
Text Example
Text Example
White with #C38FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FCB; }
p { color: rgb(195,143,203); }
H1.HeaderClassName
{
color: #C38FCB;
}
.AnyTagClassName
{
color: #C38FCB;
}
</style>
background-color css
<style>
a { background-color: #C38FCB; }
a { background-color: rgb(195,143,203); }
div.DivClassName
{
background-color: #C38FCB;
}
.BgClassName
{
background-color: #C38FCB;
}
</style>
border-color css
<style>
span { border-color: #C38FCB; }
span { border-color: rgb(195,143,203); }
td.TdClassName
{
border-color: #C38FCB;
}
.TagClassName
{
border-color: #C38FCB;
}
</style>