Shades of Lilac #C298CB
Tints of Lilac #C298CB
RGB
CMYK
RGB Variations
Color information
#C298CB (or 0xC298CB) is known color: Lilac. HEX triplet: C2, 98 and CB. RGB value is (194,152,203). Sum of RGB (Red+Green+Blue) = 194+152+203=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #C298CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298CB is #3D6734. Grayscale: #AAAAAA. Windows color (decimal): -4024117 or 13342914. OLE color: 13342914.
HSL color Cylindrical-coordinate representation of color #C298CB: hue angle of 289.41º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C298CB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 152 | 203 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.20 |
| HSL | 289.41º | 0.33% | 0.7% | - |
| HSV(B) | 289.41º | 0.25% | 0.8% | - |
| XYZ | 44.26 | 38.24 | 61.55 | - |
| YUV | 170.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 203 | 0.04 | 0.25 | 0 | 0.20 | 289.41 | 0.33 | 0.7 |
| Hex | C2 | 98 | CB | 4 | 19 | 0 | 14 | 121 | 21 | 46 |
| Octal | 302 | 230 | 313 | 4 | 31 | 0 | 24 | 441 | 41 | 106 |
| Binary | 11000010 | 10011000 | 11001011 | 100 | 11001 | 0 | 10100 | 100100001 | 100001 | 1000110 |
Color Harmonies of #C298CB
Complementary color
Monochromatic Colors of #C298CB
Black with #C298CB
Text Example
Text Example
White with #C298CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298CB; }
p { color: rgb(194,152,203); }
H1.HeaderClassName
{
color: #C298CB;
}
.AnyTagClassName
{
color: #C298CB;
}
</style>
background-color css
<style>
a { background-color: #C298CB; }
a { background-color: rgb(194,152,203); }
div.DivClassName
{
background-color: #C298CB;
}
.BgClassName
{
background-color: #C298CB;
}
</style>
border-color css
<style>
span { border-color: #C298CB; }
span { border-color: rgb(194,152,203); }
td.TdClassName
{
border-color: #C298CB;
}
.TagClassName
{
border-color: #C298CB;
}
</style>