Shades of Lilac #C285C6
Tints of Lilac #C285C6
RGB
CMYK
RGB Variations
Color information
#C285C6 (or 0xC285C6) is known color: Lilac. HEX triplet: C2, 85 and C6. RGB value is (194,133,198). Sum of RGB (Red+Green+Blue) = 194+133+198=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #C285C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285C6 is #3D7A39. Grayscale: #9E9E9E. Windows color (decimal): -4028986 or 13010370. OLE color: 13010370.
HSL color Cylindrical-coordinate representation of color #C285C6: hue angle of 296.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C285C6 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 133 | 198 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.22 |
| HSL | 296.31º | 0.36% | 0.65% | - |
| HSV(B) | 296.31º | 0.33% | 0.78% | - |
| XYZ | 40.83 | 32.32 | 57.51 | - |
| YUV | 158.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 198 | 0.02 | 0.33 | 0 | 0.22 | 296.31 | 0.36 | 0.65 |
| Hex | C2 | 85 | C6 | 2 | 21 | 0 | 16 | 128 | 24 | 41 |
| Octal | 302 | 205 | 306 | 2 | 41 | 0 | 26 | 450 | 44 | 101 |
| Binary | 11000010 | 10000101 | 11000110 | 10 | 100001 | 0 | 10110 | 100101000 | 100100 | 1000001 |
Color Harmonies of #C285C6
Complementary color
Monochromatic Colors of #C285C6
Black with #C285C6
Text Example
Text Example
White with #C285C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285C6; }
p { color: rgb(194,133,198); }
H1.HeaderClassName
{
color: #C285C6;
}
.AnyTagClassName
{
color: #C285C6;
}
</style>
background-color css
<style>
a { background-color: #C285C6; }
a { background-color: rgb(194,133,198); }
div.DivClassName
{
background-color: #C285C6;
}
.BgClassName
{
background-color: #C285C6;
}
</style>
border-color css
<style>
span { border-color: #C285C6; }
span { border-color: rgb(194,133,198); }
td.TdClassName
{
border-color: #C285C6;
}
.TagClassName
{
border-color: #C285C6;
}
</style>