Shades of Lilac #C29CC4
Tints of Lilac #C29CC4
RGB
CMYK
RGB Variations
Color information
#C29CC4 (or 0xC29CC4) is known color: Lilac. HEX triplet: C2, 9C and C4. RGB value is (194,156,196). Sum of RGB (Red+Green+Blue) = 194+156+196=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #C29CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CC4 is #3D633B. Grayscale: #ABABAB. Windows color (decimal): -4023100 or 12885186. OLE color: 12885186.
HSL color Cylindrical-coordinate representation of color #C29CC4: hue angle of 297º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29CC4 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 156 | 196 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.23 |
| HSL | 297º | 0.25% | 0.69% | - |
| HSV(B) | 297º | 0.2% | 0.77% | - |
| XYZ | 44.1 | 39.23 | 57.47 | - |
| YUV | 171.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 196 | 0.01 | 0.20 | 0 | 0.23 | 297 | 0.25 | 0.69 |
| Hex | C2 | 9C | C4 | 1 | 14 | 0 | 17 | 129 | 19 | 45 |
| Octal | 302 | 234 | 304 | 1 | 24 | 0 | 27 | 451 | 31 | 105 |
| Binary | 11000010 | 10011100 | 11000100 | 1 | 10100 | 0 | 10111 | 100101001 | 11001 | 1000101 |
Color Harmonies of #C29CC4
Complementary color
Monochromatic Colors of #C29CC4
Black with #C29CC4
Text Example
Text Example
White with #C29CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CC4; }
p { color: rgb(194,156,196); }
H1.HeaderClassName
{
color: #C29CC4;
}
.AnyTagClassName
{
color: #C29CC4;
}
</style>
background-color css
<style>
a { background-color: #C29CC4; }
a { background-color: rgb(194,156,196); }
div.DivClassName
{
background-color: #C29CC4;
}
.BgClassName
{
background-color: #C29CC4;
}
</style>
border-color css
<style>
span { border-color: #C29CC4; }
span { border-color: rgb(194,156,196); }
td.TdClassName
{
border-color: #C29CC4;
}
.TagClassName
{
border-color: #C29CC4;
}
</style>