Shades of Lilac #C285BF
Tints of Lilac #C285BF
RGB
CMYK
RGB Variations
Color information
#C285BF (or 0xC285BF) is known color: Lilac. HEX triplet: C2, 85 and BF. RGB value is (194,133,191). Sum of RGB (Red+Green+Blue) = 194+133+191=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C285BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285BF is #3D7A40. Grayscale: #9D9D9D. Windows color (decimal): -4028993 or 12551618. OLE color: 12551618.
HSL color Cylindrical-coordinate representation of color #C285BF: hue angle of 302.95º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C285BF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 191 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.24 |
| HSL | 302.95º | 0.33% | 0.64% | - |
| HSV(B) | 302.95º | 0.31% | 0.76% | - |
| XYZ | 40.04 | 32.01 | 53.36 | - |
| YUV | 157.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 191 | 0 | 0.31 | 0.02 | 0.24 | 302.95 | 0.33 | 0.64 |
| Hex | C2 | 85 | BF | 0 | 1F | 2 | 18 | 12F | 21 | 40 |
| Octal | 302 | 205 | 277 | 0 | 37 | 2 | 30 | 457 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10111111 | 0 | 11111 | 10 | 11000 | 100101111 | 100001 | 1000000 |
Color Harmonies of #C285BF
Complementary color
Monochromatic Colors of #C285BF
Black with #C285BF
Text Example
Text Example
White with #C285BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285BF; }
p { color: rgb(194,133,191); }
H1.HeaderClassName
{
color: #C285BF;
}
.AnyTagClassName
{
color: #C285BF;
}
</style>
background-color css
<style>
a { background-color: #C285BF; }
a { background-color: rgb(194,133,191); }
div.DivClassName
{
background-color: #C285BF;
}
.BgClassName
{
background-color: #C285BF;
}
</style>
border-color css
<style>
span { border-color: #C285BF; }
span { border-color: rgb(194,133,191); }
td.TdClassName
{
border-color: #C285BF;
}
.TagClassName
{
border-color: #C285BF;
}
</style>