Shades of Lilac #C19CC0
Tints of Lilac #C19CC0
RGB
CMYK
RGB Variations
Color information
#C19CC0 (or 0xC19CC0) is known color: Lilac. HEX triplet: C1, 9C and C0. RGB value is (193,156,192). Sum of RGB (Red+Green+Blue) = 193+156+192=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CC0 is #3E633F. Grayscale: #ABABAB. Windows color (decimal): -4088640 or 12623041. OLE color: 12623041.
HSL color Cylindrical-coordinate representation of color #C19CC0: hue angle of 301.62º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19CC0 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 156 | 192 | - |
CMYK | 0 | 0.19 | 0.01 | 0.24 |
HSL | 301.62º | 0.23% | 0.68% | - |
HSV(B) | 301.62º | 0.19% | 0.76% | - |
XYZ | 43.4 | 38.92 | 55.09 | - |
YUV | 171.17 | 139.76 | 143.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 156 | 192 | 0 | 0.19 | 0.01 | 0.24 | 301.62 | 0.23 | 0.68 |
Hex | C1 | 9C | C0 | 0 | 13 | 1 | 18 | 12E | 17 | 44 |
Octal | 301 | 234 | 300 | 0 | 23 | 1 | 30 | 456 | 27 | 104 |
Binary | 11000001 | 10011100 | 11000000 | 0 | 10011 | 1 | 11000 | 100101110 | 10111 | 1000100 |
Color Harmonies of #C19CC0
Complementary color
Monochromatic Colors of #C19CC0
Black with #C19CC0
Text Example
Text Example
White with #C19CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CC0; }
p { color: rgb(193,156,192); }
H1.HeaderClassName
{
color: #C19CC0;
}
.AnyTagClassName
{
color: #C19CC0;
}
</style>
background-color css
<style>
a { background-color: #C19CC0; }
a { background-color: rgb(193,156,192); }
div.DivClassName
{
background-color: #C19CC0;
}
.BgClassName
{
background-color: #C19CC0;
}
</style>
border-color css
<style>
span { border-color: #C19CC0; }
span { border-color: rgb(193,156,192); }
td.TdClassName
{
border-color: #C19CC0;
}
.TagClassName
{
border-color: #C19CC0;
}
</style>