Shades of Lilac #C297BC
Tints of Lilac #C297BC
RGB
CMYK
RGB Variations
Color information
#C297BC (or 0xC297BC) is known color: Lilac. HEX triplet: C2, 97 and BC. RGB value is (194,151,188). Sum of RGB (Red+Green+Blue) = 194+151+188=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C297BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297BC is #3D6843. Grayscale: #A7A7A7. Windows color (decimal): -4024388 or 12359618. OLE color: 12359618.
HSL color Cylindrical-coordinate representation of color #C297BC: hue angle of 308.37º 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 #C297BC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 188 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.24 |
| HSL | 308.37º | 0.26% | 0.68% | - |
| HSV(B) | 308.37º | 0.22% | 0.76% | - |
| XYZ | 42.39 | 37.23 | 52.53 | - |
| YUV | 168.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 188 | 0 | 0.22 | 0.03 | 0.24 | 308.37 | 0.26 | 0.68 |
| Hex | C2 | 97 | BC | 0 | 16 | 3 | 18 | 134 | 1A | 44 |
| Octal | 302 | 227 | 274 | 0 | 26 | 3 | 30 | 464 | 32 | 104 |
| Binary | 11000010 | 10010111 | 10111100 | 0 | 10110 | 11 | 11000 | 100110100 | 11010 | 1000100 |
Color Harmonies of #C297BC
Complementary color
Monochromatic Colors of #C297BC
Black with #C297BC
Text Example
Text Example
White with #C297BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297BC; }
p { color: rgb(194,151,188); }
H1.HeaderClassName
{
color: #C297BC;
}
.AnyTagClassName
{
color: #C297BC;
}
</style>
background-color css
<style>
a { background-color: #C297BC; }
a { background-color: rgb(194,151,188); }
div.DivClassName
{
background-color: #C297BC;
}
.BgClassName
{
background-color: #C297BC;
}
</style>
border-color css
<style>
span { border-color: #C297BC; }
span { border-color: rgb(194,151,188); }
td.TdClassName
{
border-color: #C297BC;
}
.TagClassName
{
border-color: #C297BC;
}
</style>