Shades of Lilac #C395CC
Tints of Lilac #C395CC
RGB
CMYK
RGB Variations
Color information
#C395CC (or 0xC395CC) is known color: Lilac. HEX triplet: C3, 95 and CC. RGB value is (195,149,204). Sum of RGB (Red+Green+Blue) = 195+149+204=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C395CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395CC is #3C6A33. Grayscale: #A8A8A8. Windows color (decimal): -3959348 or 13407683. OLE color: 13407683.
HSL color Cylindrical-coordinate representation of color #C395CC: hue angle of 290.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C395CC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 149 | 204 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.2 |
| HSL | 290.18º | 0.35% | 0.69% | - |
| HSV(B) | 290.18º | 0.27% | 0.8% | - |
| XYZ | 44.15 | 37.46 | 62.03 | - |
| YUV | 169.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 204 | 0.04 | 0.27 | 0 | 0.2 | 290.18 | 0.35 | 0.69 |
| Hex | C3 | 95 | CC | 4 | 1B | 0 | 14 | 122 | 23 | 45 |
| Octal | 303 | 225 | 314 | 4 | 33 | 0 | 24 | 442 | 43 | 105 |
| Binary | 11000011 | 10010101 | 11001100 | 100 | 11011 | 0 | 10100 | 100100010 | 100011 | 1000101 |
Color Harmonies of #C395CC
Complementary color
Monochromatic Colors of #C395CC
Black with #C395CC
Text Example
Text Example
White with #C395CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395CC; }
p { color: rgb(195,149,204); }
H1.HeaderClassName
{
color: #C395CC;
}
.AnyTagClassName
{
color: #C395CC;
}
</style>
background-color css
<style>
a { background-color: #C395CC; }
a { background-color: rgb(195,149,204); }
div.DivClassName
{
background-color: #C395CC;
}
.BgClassName
{
background-color: #C395CC;
}
</style>
border-color css
<style>
span { border-color: #C395CC; }
span { border-color: rgb(195,149,204); }
td.TdClassName
{
border-color: #C395CC;
}
.TagClassName
{
border-color: #C395CC;
}
</style>