Shades of Lilac #C295CB
Tints of Lilac #C295CB
RGB
CMYK
RGB Variations
Color information
#C295CB (or 0xC295CB) is known color: Lilac. HEX triplet: C2, 95 and CB. RGB value is (194,149,203). Sum of RGB (Red+Green+Blue) = 194+149+203=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C295CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295CB is #3D6A34. Grayscale: #A8A8A8. Windows color (decimal): -4024885 or 13342146. OLE color: 13342146.
HSL color Cylindrical-coordinate representation of color #C295CB: hue angle of 290º degrees, saturation: 0.34, 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 #C295CB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 149 | 203 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.20 |
| HSL | 290º | 0.34% | 0.69% | - |
| HSV(B) | 290º | 0.27% | 0.8% | - |
| XYZ | 43.78 | 37.28 | 61.39 | - |
| YUV | 168.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 203 | 0.04 | 0.27 | 0 | 0.20 | 290 | 0.34 | 0.69 |
| Hex | C2 | 95 | CB | 4 | 1B | 0 | 14 | 122 | 22 | 45 |
| Octal | 302 | 225 | 313 | 4 | 33 | 0 | 24 | 442 | 42 | 105 |
| Binary | 11000010 | 10010101 | 11001011 | 100 | 11011 | 0 | 10100 | 100100010 | 100010 | 1000101 |
Color Harmonies of #C295CB
Complementary color
Monochromatic Colors of #C295CB
Black with #C295CB
Text Example
Text Example
White with #C295CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295CB; }
p { color: rgb(194,149,203); }
H1.HeaderClassName
{
color: #C295CB;
}
.AnyTagClassName
{
color: #C295CB;
}
</style>
background-color css
<style>
a { background-color: #C295CB; }
a { background-color: rgb(194,149,203); }
div.DivClassName
{
background-color: #C295CB;
}
.BgClassName
{
background-color: #C295CB;
}
</style>
border-color css
<style>
span { border-color: #C295CB; }
span { border-color: rgb(194,149,203); }
td.TdClassName
{
border-color: #C295CB;
}
.TagClassName
{
border-color: #C295CB;
}
</style>