Shades of Lilac #C297C0
Tints of Lilac #C297C0
RGB
CMYK
RGB Variations
Color information
#C297C0 (or 0xC297C0) is known color: Lilac. HEX triplet: C2, 97 and C0. RGB value is (194,151,192). Sum of RGB (Red+Green+Blue) = 194+151+192=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C297C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297C0 is #3D683F. Grayscale: #A8A8A8. Windows color (decimal): -4024384 or 12621762. OLE color: 12621762.
HSL color Cylindrical-coordinate representation of color #C297C0: hue angle of 302.79º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C297C0 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 192 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.24 |
| HSL | 302.79º | 0.26% | 0.68% | - |
| HSV(B) | 302.79º | 0.22% | 0.76% | - |
| XYZ | 42.83 | 37.41 | 54.83 | - |
| YUV | 168.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 192 | 0 | 0.22 | 0.01 | 0.24 | 302.79 | 0.26 | 0.68 |
| Hex | C2 | 97 | C0 | 0 | 16 | 1 | 18 | 12F | 1A | 44 |
| Octal | 302 | 227 | 300 | 0 | 26 | 1 | 30 | 457 | 32 | 104 |
| Binary | 11000010 | 10010111 | 11000000 | 0 | 10110 | 1 | 11000 | 100101111 | 11010 | 1000100 |
Color Harmonies of #C297C0
Complementary color
Monochromatic Colors of #C297C0
Black with #C297C0
Text Example
Text Example
White with #C297C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297C0; }
p { color: rgb(194,151,192); }
H1.HeaderClassName
{
color: #C297C0;
}
.AnyTagClassName
{
color: #C297C0;
}
</style>
background-color css
<style>
a { background-color: #C297C0; }
a { background-color: rgb(194,151,192); }
div.DivClassName
{
background-color: #C297C0;
}
.BgClassName
{
background-color: #C297C0;
}
</style>
border-color css
<style>
span { border-color: #C297C0; }
span { border-color: rgb(194,151,192); }
td.TdClassName
{
border-color: #C297C0;
}
.TagClassName
{
border-color: #C297C0;
}
</style>