Shades of Lilac #C097C3
Tints of Lilac #C097C3
RGB
CMYK
RGB Variations
Color information
#C097C3 (or 0xC097C3) is known color: Lilac. HEX triplet: C0, 97 and C3. RGB value is (192,151,195). Sum of RGB (Red+Green+Blue) = 192+151+195=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #C097C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097C3 is #3F683C. Grayscale: #A8A8A8. Windows color (decimal): -4155453 or 12818368. OLE color: 12818368.
HSL color Cylindrical-coordinate representation of color #C097C3: hue angle of 295.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C097C3 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 151 | 195 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.24 |
| HSL | 295.91º | 0.27% | 0.68% | - |
| HSV(B) | 295.91º | 0.23% | 0.76% | - |
| XYZ | 42.66 | 37.28 | 56.58 | - |
| YUV | 168.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 195 | 0.02 | 0.23 | 0 | 0.24 | 295.91 | 0.27 | 0.68 |
| Hex | C0 | 97 | C3 | 2 | 17 | 0 | 18 | 128 | 1B | 44 |
| Octal | 300 | 227 | 303 | 2 | 27 | 0 | 30 | 450 | 33 | 104 |
| Binary | 11000000 | 10010111 | 11000011 | 10 | 10111 | 0 | 11000 | 100101000 | 11011 | 1000100 |
Color Harmonies of #C097C3
Complementary color
Monochromatic Colors of #C097C3
Black with #C097C3
Text Example
Text Example
White with #C097C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C097C3; }
p { color: rgb(192,151,195); }
H1.HeaderClassName
{
color: #C097C3;
}
.AnyTagClassName
{
color: #C097C3;
}
</style>
background-color css
<style>
a { background-color: #C097C3; }
a { background-color: rgb(192,151,195); }
div.DivClassName
{
background-color: #C097C3;
}
.BgClassName
{
background-color: #C097C3;
}
</style>
border-color css
<style>
span { border-color: #C097C3; }
span { border-color: rgb(192,151,195); }
td.TdClassName
{
border-color: #C097C3;
}
.TagClassName
{
border-color: #C097C3;
}
</style>