Shades of Lilac #C283CC
Tints of Lilac #C283CC
RGB
CMYK
RGB Variations
Color information
#C283CC (or 0xC283CC) is known color: Lilac. HEX triplet: C2, 83 and CC. RGB value is (194,131,204). Sum of RGB (Red+Green+Blue) = 194+131+204=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C283CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283CC is #3D7C33. Grayscale: #9D9D9D. Windows color (decimal): -4029492 or 13403074. OLE color: 13403074.
HSL color Cylindrical-coordinate representation of color #C283CC: hue angle of 291.78º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C283CC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 131 | 204 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.2 |
| HSL | 291.78º | 0.42% | 0.66% | - |
| HSV(B) | 291.78º | 0.36% | 0.8% | - |
| XYZ | 41.26 | 32.06 | 61.14 | - |
| YUV | 158.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 204 | 0.05 | 0.36 | 0 | 0.2 | 291.78 | 0.42 | 0.66 |
| Hex | C2 | 83 | CC | 5 | 24 | 0 | 14 | 124 | 2A | 42 |
| Octal | 302 | 203 | 314 | 5 | 44 | 0 | 24 | 444 | 52 | 102 |
| Binary | 11000010 | 10000011 | 11001100 | 101 | 100100 | 0 | 10100 | 100100100 | 101010 | 1000010 |
Color Harmonies of #C283CC
Complementary color
Monochromatic Colors of #C283CC
Black with #C283CC
Text Example
Text Example
White with #C283CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283CC; }
p { color: rgb(194,131,204); }
H1.HeaderClassName
{
color: #C283CC;
}
.AnyTagClassName
{
color: #C283CC;
}
</style>
background-color css
<style>
a { background-color: #C283CC; }
a { background-color: rgb(194,131,204); }
div.DivClassName
{
background-color: #C283CC;
}
.BgClassName
{
background-color: #C283CC;
}
</style>
border-color css
<style>
span { border-color: #C283CC; }
span { border-color: rgb(194,131,204); }
td.TdClassName
{
border-color: #C283CC;
}
.TagClassName
{
border-color: #C283CC;
}
</style>