Shades of Lilac #C883C2
Tints of Lilac #C883C2
RGB
CMYK
RGB Variations
Color information
#C883C2 (or 0xC883C2) is known color: Lilac. HEX triplet: C8, 83 and C2. RGB value is (200,131,194). Sum of RGB (Red+Green+Blue) = 200+131+194=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C883C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883C2 is #377C3D. Grayscale: #9E9E9E. Windows color (decimal): -3636286 or 12747720. OLE color: 12747720.
HSL color Cylindrical-coordinate representation of color #C883C2: hue angle of 305.22º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883C2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 194 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.22 |
| HSL | 305.22º | 0.39% | 0.65% | - |
| HSV(B) | 305.22º | 0.35% | 0.78% | - |
| XYZ | 41.67 | 32.41 | 55.1 | - |
| YUV | 158.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 194 | 0 | 0.34 | 0.03 | 0.22 | 305.22 | 0.39 | 0.65 |
| Hex | C8 | 83 | C2 | 0 | 22 | 3 | 16 | 131 | 27 | 41 |
| Octal | 310 | 203 | 302 | 0 | 42 | 3 | 26 | 461 | 47 | 101 |
| Binary | 11001000 | 10000011 | 11000010 | 0 | 100010 | 11 | 10110 | 100110001 | 100111 | 1000001 |
Color Harmonies of #C883C2
Complementary color
Monochromatic Colors of #C883C2
Black with #C883C2
Text Example
Text Example
White with #C883C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883C2; }
p { color: rgb(200,131,194); }
H1.HeaderClassName
{
color: #C883C2;
}
.AnyTagClassName
{
color: #C883C2;
}
</style>
background-color css
<style>
a { background-color: #C883C2; }
a { background-color: rgb(200,131,194); }
div.DivClassName
{
background-color: #C883C2;
}
.BgClassName
{
background-color: #C883C2;
}
</style>
border-color css
<style>
span { border-color: #C883C2; }
span { border-color: rgb(200,131,194); }
td.TdClassName
{
border-color: #C883C2;
}
.TagClassName
{
border-color: #C883C2;
}
</style>