Shades of Lilac #C297C7
Tints of Lilac #C297C7
RGB
CMYK
RGB Variations
Color information
#C297C7 (or 0xC297C7) is known color: Lilac. HEX triplet: C2, 97 and C7. RGB value is (194,151,199). Sum of RGB (Red+Green+Blue) = 194+151+199=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 199 - color contains mainly: blue. Hex color #C297C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297C7 is #3D6838. Grayscale: #A9A9A9. Windows color (decimal): -4024377 or 13080514. OLE color: 13080514.
HSL color Cylindrical-coordinate representation of color #C297C7: hue angle of 293.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C297C7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 151 | 199 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.22 |
| HSL | 293.75º | 0.3% | 0.69% | - |
| HSV(B) | 293.75º | 0.24% | 0.78% | - |
| XYZ | 43.62 | 37.73 | 59.02 | - |
| YUV | 169.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 199 | 0.03 | 0.24 | 0 | 0.22 | 293.75 | 0.3 | 0.69 |
| Hex | C2 | 97 | C7 | 3 | 18 | 0 | 16 | 126 | 1E | 45 |
| Octal | 302 | 227 | 307 | 3 | 30 | 0 | 26 | 446 | 36 | 105 |
| Binary | 11000010 | 10010111 | 11000111 | 11 | 11000 | 0 | 10110 | 100100110 | 11110 | 1000101 |
Color Harmonies of #C297C7
Complementary color
Monochromatic Colors of #C297C7
Black with #C297C7
Text Example
Text Example
White with #C297C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297C7; }
p { color: rgb(194,151,199); }
H1.HeaderClassName
{
color: #C297C7;
}
.AnyTagClassName
{
color: #C297C7;
}
</style>
background-color css
<style>
a { background-color: #C297C7; }
a { background-color: rgb(194,151,199); }
div.DivClassName
{
background-color: #C297C7;
}
.BgClassName
{
background-color: #C297C7;
}
</style>
border-color css
<style>
span { border-color: #C297C7; }
span { border-color: rgb(194,151,199); }
td.TdClassName
{
border-color: #C297C7;
}
.TagClassName
{
border-color: #C297C7;
}
</style>