Shades of Lilac #C995CC
Tints of Lilac #C995CC
RGB
CMYK
RGB Variations
Color information
#C995CC (or 0xC995CC) is known color: Lilac. HEX triplet: C9, 95 and CC. RGB value is (201,149,204). Sum of RGB (Red+Green+Blue) = 201+149+204=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #C995CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995CC is #366A33. Grayscale: #AAAAAA. Windows color (decimal): -3566132 or 13407689. OLE color: 13407689.
HSL color Cylindrical-coordinate representation of color #C995CC: hue angle of 296.73º 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 #C995CC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 149 | 204 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.2 |
| HSL | 296.73º | 0.35% | 0.69% | - |
| HSV(B) | 296.73º | 0.27% | 0.8% | - |
| XYZ | 45.73 | 38.27 | 62.1 | - |
| YUV | 170.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 204 | 0.01 | 0.27 | 0 | 0.2 | 296.73 | 0.35 | 0.69 |
| Hex | C9 | 95 | CC | 1 | 1B | 0 | 14 | 129 | 23 | 45 |
| Octal | 311 | 225 | 314 | 1 | 33 | 0 | 24 | 451 | 43 | 105 |
| Binary | 11001001 | 10010101 | 11001100 | 1 | 11011 | 0 | 10100 | 100101001 | 100011 | 1000101 |
Color Harmonies of #C995CC
Complementary color
Monochromatic Colors of #C995CC
Black with #C995CC
Text Example
Text Example
White with #C995CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995CC; }
p { color: rgb(201,149,204); }
H1.HeaderClassName
{
color: #C995CC;
}
.AnyTagClassName
{
color: #C995CC;
}
</style>
background-color css
<style>
a { background-color: #C995CC; }
a { background-color: rgb(201,149,204); }
div.DivClassName
{
background-color: #C995CC;
}
.BgClassName
{
background-color: #C995CC;
}
</style>
border-color css
<style>
span { border-color: #C995CC; }
span { border-color: rgb(201,149,204); }
td.TdClassName
{
border-color: #C995CC;
}
.TagClassName
{
border-color: #C995CC;
}
</style>