Shades of Lilac #C689C2
Tints of Lilac #C689C2
RGB
CMYK
RGB Variations
Color information
#C689C2 (or 0xC689C2) is known color: Lilac. HEX triplet: C6, 89 and C2. RGB value is (198,137,194). Sum of RGB (Red+Green+Blue) = 198+137+194=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C689C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C689C2 is #39763D. Grayscale: #A1A1A1. Windows color (decimal): -3765822 or 12749254. OLE color: 12749254.
HSL color Cylindrical-coordinate representation of color #C689C2: hue angle of 303.93º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C689C2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 194 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.22 |
| HSL | 303.93º | 0.35% | 0.66% | - |
| HSV(B) | 303.93º | 0.31% | 0.78% | - |
| XYZ | 41.97 | 33.79 | 55.35 | - |
| YUV | 161.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 194 | 0 | 0.31 | 0.02 | 0.22 | 303.93 | 0.35 | 0.66 |
| Hex | C6 | 89 | C2 | 0 | 1F | 2 | 16 | 130 | 23 | 42 |
| Octal | 306 | 211 | 302 | 0 | 37 | 2 | 26 | 460 | 43 | 102 |
| Binary | 11000110 | 10001001 | 11000010 | 0 | 11111 | 10 | 10110 | 100110000 | 100011 | 1000010 |
Color Harmonies of #C689C2
Complementary color
Monochromatic Colors of #C689C2
Black with #C689C2
Text Example
Text Example
White with #C689C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689C2; }
p { color: rgb(198,137,194); }
H1.HeaderClassName
{
color: #C689C2;
}
.AnyTagClassName
{
color: #C689C2;
}
</style>
background-color css
<style>
a { background-color: #C689C2; }
a { background-color: rgb(198,137,194); }
div.DivClassName
{
background-color: #C689C2;
}
.BgClassName
{
background-color: #C689C2;
}
</style>
border-color css
<style>
span { border-color: #C689C2; }
span { border-color: rgb(198,137,194); }
td.TdClassName
{
border-color: #C689C2;
}
.TagClassName
{
border-color: #C689C2;
}
</style>