Shades of Lilac #C283CB
Tints of Lilac #C283CB
RGB
CMYK
RGB Variations
Color information
#C283CB (or 0xC283CB) is known color: Lilac. HEX triplet: C2, 83 and CB. RGB value is (194,131,203). Sum of RGB (Red+Green+Blue) = 194+131+203=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #C283CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283CB is #3D7C34. Grayscale: #9D9D9D. Windows color (decimal): -4029493 or 13337538. OLE color: 13337538.
HSL color Cylindrical-coordinate representation of color #C283CB: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C283CB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 131 | 203 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.20 |
| HSL | 292.5º | 0.41% | 0.65% | - |
| HSV(B) | 292.5º | 0.35% | 0.8% | - |
| XYZ | 41.14 | 32.01 | 60.51 | - |
| YUV | 158.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 203 | 0.04 | 0.35 | 0 | 0.20 | 292.5 | 0.41 | 0.65 |
| Hex | C2 | 83 | CB | 4 | 23 | 0 | 14 | 124 | 29 | 41 |
| Octal | 302 | 203 | 313 | 4 | 43 | 0 | 24 | 444 | 51 | 101 |
| Binary | 11000010 | 10000011 | 11001011 | 100 | 100011 | 0 | 10100 | 100100100 | 101001 | 1000001 |
Color Harmonies of #C283CB
Complementary color
Monochromatic Colors of #C283CB
Black with #C283CB
Text Example
Text Example
White with #C283CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283CB; }
p { color: rgb(194,131,203); }
H1.HeaderClassName
{
color: #C283CB;
}
.AnyTagClassName
{
color: #C283CB;
}
</style>
background-color css
<style>
a { background-color: #C283CB; }
a { background-color: rgb(194,131,203); }
div.DivClassName
{
background-color: #C283CB;
}
.BgClassName
{
background-color: #C283CB;
}
</style>
border-color css
<style>
span { border-color: #C283CB; }
span { border-color: rgb(194,131,203); }
td.TdClassName
{
border-color: #C283CB;
}
.TagClassName
{
border-color: #C283CB;
}
</style>