Shades of Lilac #C685C6
Tints of Lilac #C685C6
RGB
CMYK
RGB Variations
Color information
#C685C6 (or 0xC685C6) is known color: Lilac. HEX triplet: C6, 85 and C6. RGB value is (198,133,198). Sum of RGB (Red+Green+Blue) = 198+133+198=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C685C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685C6 is #397A39. Grayscale: #9F9F9F. Windows color (decimal): -3766842 or 13010374. OLE color: 13010374.
HSL color Cylindrical-coordinate representation of color #C685C6: hue angle of 300º 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 #C685C6 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 198 | - |
| CMYK | 0 | 0.33 | 0 | 0.22 |
| HSL | 300º | 0.36% | 0.65% | - |
| HSV(B) | 300º | 0.33% | 0.78% | - |
| XYZ | 41.87 | 32.86 | 57.56 | - |
| YUV | 159.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 198 | 0 | 0.33 | 0 | 0.22 | 300 | 0.36 | 0.65 |
| Hex | C6 | 85 | C6 | 0 | 21 | 0 | 16 | 12C | 24 | 41 |
| Octal | 306 | 205 | 306 | 0 | 41 | 0 | 26 | 454 | 44 | 101 |
| Binary | 11000110 | 10000101 | 11000110 | 0 | 100001 | 0 | 10110 | 100101100 | 100100 | 1000001 |
Color Harmonies of #C685C6
Complementary color
Monochromatic Colors of #C685C6
Black with #C685C6
Text Example
Text Example
White with #C685C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C685C6; }
p { color: rgb(198,133,198); }
H1.HeaderClassName
{
color: #C685C6;
}
.AnyTagClassName
{
color: #C685C6;
}
</style>
background-color css
<style>
a { background-color: #C685C6; }
a { background-color: rgb(198,133,198); }
div.DivClassName
{
background-color: #C685C6;
}
.BgClassName
{
background-color: #C685C6;
}
</style>
border-color css
<style>
span { border-color: #C685C6; }
span { border-color: rgb(198,133,198); }
td.TdClassName
{
border-color: #C685C6;
}
.TagClassName
{
border-color: #C685C6;
}
</style>