Shades of Lilac #C282CC
Tints of Lilac #C282CC
RGB
CMYK
RGB Variations
Color information
#C282CC (or 0xC282CC) is known color: Lilac. HEX triplet: C2, 82 and CC. RGB value is (194,130,204). Sum of RGB (Red+Green+Blue) = 194+130+204=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C282CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282CC is #3D7D33. Grayscale: #9D9D9D. Windows color (decimal): -4029748 or 13402818. OLE color: 13402818.
HSL color Cylindrical-coordinate representation of color #C282CC: hue angle of 291.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C282CC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 130 | 204 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.2 |
| HSL | 291.89º | 0.42% | 0.65% | - |
| HSV(B) | 291.89º | 0.36% | 0.8% | - |
| XYZ | 41.13 | 31.79 | 61.1 | - |
| YUV | 157.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 204 | 0.05 | 0.36 | 0 | 0.2 | 291.89 | 0.42 | 0.65 |
| Hex | C2 | 82 | CC | 5 | 24 | 0 | 14 | 124 | 2A | 41 |
| Octal | 302 | 202 | 314 | 5 | 44 | 0 | 24 | 444 | 52 | 101 |
| Binary | 11000010 | 10000010 | 11001100 | 101 | 100100 | 0 | 10100 | 100100100 | 101010 | 1000001 |
Color Harmonies of #C282CC
Complementary color
Monochromatic Colors of #C282CC
Black with #C282CC
Text Example
Text Example
White with #C282CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282CC; }
p { color: rgb(194,130,204); }
H1.HeaderClassName
{
color: #C282CC;
}
.AnyTagClassName
{
color: #C282CC;
}
</style>
background-color css
<style>
a { background-color: #C282CC; }
a { background-color: rgb(194,130,204); }
div.DivClassName
{
background-color: #C282CC;
}
.BgClassName
{
background-color: #C282CC;
}
</style>
border-color css
<style>
span { border-color: #C282CC; }
span { border-color: rgb(194,130,204); }
td.TdClassName
{
border-color: #C282CC;
}
.TagClassName
{
border-color: #C282CC;
}
</style>