Shades of Lilac #C085C9
Tints of Lilac #C085C9
RGB
CMYK
RGB Variations
Color information
#C085C9 (or 0xC085C9) is known color: Lilac. HEX triplet: C0, 85 and C9. RGB value is (192,133,201). Sum of RGB (Red+Green+Blue) = 192+133+201=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #C085C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085C9 is #3F7A36. Grayscale: #9E9E9E. Windows color (decimal): -4160055 or 13206976. OLE color: 13206976.
HSL color Cylindrical-coordinate representation of color #C085C9: hue angle of 292.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C085C9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 133 | 201 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.21 |
| HSL | 292.06º | 0.39% | 0.65% | - |
| HSV(B) | 292.06º | 0.34% | 0.79% | - |
| XYZ | 40.67 | 32.2 | 59.33 | - |
| YUV | 158.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 201 | 0.04 | 0.34 | 0 | 0.21 | 292.06 | 0.39 | 0.65 |
| Hex | C0 | 85 | C9 | 4 | 22 | 0 | 15 | 124 | 27 | 41 |
| Octal | 300 | 205 | 311 | 4 | 42 | 0 | 25 | 444 | 47 | 101 |
| Binary | 11000000 | 10000101 | 11001001 | 100 | 100010 | 0 | 10101 | 100100100 | 100111 | 1000001 |
Color Harmonies of #C085C9
Complementary color
Monochromatic Colors of #C085C9
Black with #C085C9
Text Example
Text Example
White with #C085C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085C9; }
p { color: rgb(192,133,201); }
H1.HeaderClassName
{
color: #C085C9;
}
.AnyTagClassName
{
color: #C085C9;
}
</style>
background-color css
<style>
a { background-color: #C085C9; }
a { background-color: rgb(192,133,201); }
div.DivClassName
{
background-color: #C085C9;
}
.BgClassName
{
background-color: #C085C9;
}
</style>
border-color css
<style>
span { border-color: #C085C9; }
span { border-color: rgb(192,133,201); }
td.TdClassName
{
border-color: #C085C9;
}
.TagClassName
{
border-color: #C085C9;
}
</style>