Shades of Lilac #C297BD
Tints of Lilac #C297BD
RGB
CMYK
RGB Variations
Color information
#C297BD (or 0xC297BD) is known color: Lilac. HEX triplet: C2, 97 and BD. RGB value is (194,151,189). Sum of RGB (Red+Green+Blue) = 194+151+189=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C297BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297BD is #3D6842. Grayscale: #A8A8A8. Windows color (decimal): -4024387 or 12425154. OLE color: 12425154.
HSL color Cylindrical-coordinate representation of color #C297BD: hue angle of 306.98º 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 #C297BD is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 189 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.24 |
| HSL | 306.98º | 0.26% | 0.68% | - |
| HSV(B) | 306.98º | 0.22% | 0.76% | - |
| XYZ | 42.5 | 37.28 | 53.1 | - |
| YUV | 168.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 189 | 0 | 0.22 | 0.03 | 0.24 | 306.98 | 0.26 | 0.68 |
| Hex | C2 | 97 | BD | 0 | 16 | 3 | 18 | 133 | 1A | 44 |
| Octal | 302 | 227 | 275 | 0 | 26 | 3 | 30 | 463 | 32 | 104 |
| Binary | 11000010 | 10010111 | 10111101 | 0 | 10110 | 11 | 11000 | 100110011 | 11010 | 1000100 |
Color Harmonies of #C297BD
Complementary color
Monochromatic Colors of #C297BD
Black with #C297BD
Text Example
Text Example
White with #C297BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297BD; }
p { color: rgb(194,151,189); }
H1.HeaderClassName
{
color: #C297BD;
}
.AnyTagClassName
{
color: #C297BD;
}
</style>
background-color css
<style>
a { background-color: #C297BD; }
a { background-color: rgb(194,151,189); }
div.DivClassName
{
background-color: #C297BD;
}
.BgClassName
{
background-color: #C297BD;
}
</style>
border-color css
<style>
span { border-color: #C297BD; }
span { border-color: rgb(194,151,189); }
td.TdClassName
{
border-color: #C297BD;
}
.TagClassName
{
border-color: #C297BD;
}
</style>