Shades of Lilac #C297BE
Tints of Lilac #C297BE
RGB
CMYK
RGB Variations
Color information
#C297BE (or 0xC297BE) is known color: Lilac. HEX triplet: C2, 97 and BE. RGB value is (194,151,190). Sum of RGB (Red+Green+Blue) = 194+151+190=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C297BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297BE is #3D6841. Grayscale: #A8A8A8. Windows color (decimal): -4024386 or 12490690. OLE color: 12490690.
HSL color Cylindrical-coordinate representation of color #C297BE: hue angle of 305.58º 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 #C297BE is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 190 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.24 |
| HSL | 305.58º | 0.26% | 0.68% | - |
| HSV(B) | 305.58º | 0.22% | 0.76% | - |
| XYZ | 42.61 | 37.32 | 53.67 | - |
| YUV | 168.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 190 | 0 | 0.22 | 0.02 | 0.24 | 305.58 | 0.26 | 0.68 |
| Hex | C2 | 97 | BE | 0 | 16 | 2 | 18 | 132 | 1A | 44 |
| Octal | 302 | 227 | 276 | 0 | 26 | 2 | 30 | 462 | 32 | 104 |
| Binary | 11000010 | 10010111 | 10111110 | 0 | 10110 | 10 | 11000 | 100110010 | 11010 | 1000100 |
Color Harmonies of #C297BE
Complementary color
Monochromatic Colors of #C297BE
Black with #C297BE
Text Example
Text Example
White with #C297BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297BE; }
p { color: rgb(194,151,190); }
H1.HeaderClassName
{
color: #C297BE;
}
.AnyTagClassName
{
color: #C297BE;
}
</style>
background-color css
<style>
a { background-color: #C297BE; }
a { background-color: rgb(194,151,190); }
div.DivClassName
{
background-color: #C297BE;
}
.BgClassName
{
background-color: #C297BE;
}
</style>
border-color css
<style>
span { border-color: #C297BE; }
span { border-color: rgb(194,151,190); }
td.TdClassName
{
border-color: #C297BE;
}
.TagClassName
{
border-color: #C297BE;
}
</style>