Shades of Lilac #C685CD
Tints of Lilac #C685CD
RGB
CMYK
RGB Variations
Color information
#C685CD (or 0xC685CD) is known color: Lilac. HEX triplet: C6, 85 and CD. RGB value is (198,133,205). Sum of RGB (Red+Green+Blue) = 198+133+205=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C685CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685CD is #397A32. Grayscale: #A0A0A0. Windows color (decimal): -3766835 or 13469126. OLE color: 13469126.
HSL color Cylindrical-coordinate representation of color #C685CD: hue angle of 294.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C685CD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 133 | 205 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.20 |
| HSL | 294.17º | 0.42% | 0.66% | - |
| HSV(B) | 294.17º | 0.35% | 0.8% | - |
| XYZ | 42.7 | 33.19 | 61.91 | - |
| YUV | 160.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 205 | 0.03 | 0.35 | 0 | 0.20 | 294.17 | 0.42 | 0.66 |
| Hex | C6 | 85 | CD | 3 | 23 | 0 | 14 | 126 | 2A | 42 |
| Octal | 306 | 205 | 315 | 3 | 43 | 0 | 24 | 446 | 52 | 102 |
| Binary | 11000110 | 10000101 | 11001101 | 11 | 100011 | 0 | 10100 | 100100110 | 101010 | 1000010 |
Color Harmonies of #C685CD
Complementary color
Monochromatic Colors of #C685CD
Black with #C685CD
Text Example
Text Example
White with #C685CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C685CD; }
p { color: rgb(198,133,205); }
H1.HeaderClassName
{
color: #C685CD;
}
.AnyTagClassName
{
color: #C685CD;
}
</style>
background-color css
<style>
a { background-color: #C685CD; }
a { background-color: rgb(198,133,205); }
div.DivClassName
{
background-color: #C685CD;
}
.BgClassName
{
background-color: #C685CD;
}
</style>
border-color css
<style>
span { border-color: #C685CD; }
span { border-color: rgb(198,133,205); }
td.TdClassName
{
border-color: #C685CD;
}
.TagClassName
{
border-color: #C685CD;
}
</style>