Shades of Lilac #C280C2
Tints of Lilac #C280C2
RGB
CMYK
RGB Variations
Color information
#C280C2 (or 0xC280C2) is known color: Lilac. HEX triplet: C2, 80 and C2. RGB value is (194,128,194). Sum of RGB (Red+Green+Blue) = 194+128+194=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C280C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280C2 is #3D7F3D. Grayscale: #9B9B9B. Windows color (decimal): -4030270 or 12746946. OLE color: 12746946.
HSL color Cylindrical-coordinate representation of color #C280C2: hue angle of 300º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280C2 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 128 | 194 | - |
CMYK | 0 | 0.34 | 0 | 0.24 |
HSL | 300º | 0.35% | 0.63% | - |
HSV(B) | 300º | 0.34% | 0.76% | - |
XYZ | 39.7 | 30.8 | 54.89 | - |
YUV | 155.26 | 149.87 | 155.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 128 | 194 | 0 | 0.34 | 0 | 0.24 | 300 | 0.35 | 0.63 |
Hex | C2 | 80 | C2 | 0 | 22 | 0 | 18 | 12C | 23 | 3F |
Octal | 302 | 200 | 302 | 0 | 42 | 0 | 30 | 454 | 43 | 77 |
Binary | 11000010 | 10000000 | 11000010 | 0 | 100010 | 0 | 11000 | 100101100 | 100011 | 111111 |
Color Harmonies of #C280C2
Complementary color
Monochromatic Colors of #C280C2
Black with #C280C2
Text Example
Text Example
White with #C280C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280C2; }
p { color: rgb(194,128,194); }
H1.HeaderClassName
{
color: #C280C2;
}
.AnyTagClassName
{
color: #C280C2;
}
</style>
background-color css
<style>
a { background-color: #C280C2; }
a { background-color: rgb(194,128,194); }
div.DivClassName
{
background-color: #C280C2;
}
.BgClassName
{
background-color: #C280C2;
}
</style>
border-color css
<style>
span { border-color: #C280C2; }
span { border-color: rgb(194,128,194); }
td.TdClassName
{
border-color: #C280C2;
}
.TagClassName
{
border-color: #C280C2;
}
</style>