Shades of Lilac #C684C4
Tints of Lilac #C684C4
RGB
CMYK
RGB Variations
Color information
#C684C4 (or 0xC684C4) is known color: Lilac. HEX triplet: C6, 84 and C4. RGB value is (198,132,196). Sum of RGB (Red+Green+Blue) = 198+132+196=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C684C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684C4 is #397B3B. Grayscale: #9E9E9E. Windows color (decimal): -3767100 or 12879046. OLE color: 12879046.
HSL color Cylindrical-coordinate representation of color #C684C4: hue angle of 301.82º degrees, saturation: 0.37, 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 #C684C4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 196 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.22 |
| HSL | 301.82º | 0.37% | 0.65% | - |
| HSV(B) | 301.82º | 0.33% | 0.78% | - |
| XYZ | 41.5 | 32.49 | 56.31 | - |
| YUV | 159.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 196 | 0 | 0.33 | 0.01 | 0.22 | 301.82 | 0.37 | 0.65 |
| Hex | C6 | 84 | C4 | 0 | 21 | 1 | 16 | 12E | 25 | 41 |
| Octal | 306 | 204 | 304 | 0 | 41 | 1 | 26 | 456 | 45 | 101 |
| Binary | 11000110 | 10000100 | 11000100 | 0 | 100001 | 1 | 10110 | 100101110 | 100101 | 1000001 |
Color Harmonies of #C684C4
Complementary color
Monochromatic Colors of #C684C4
Black with #C684C4
Text Example
Text Example
White with #C684C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C684C4; }
p { color: rgb(198,132,196); }
H1.HeaderClassName
{
color: #C684C4;
}
.AnyTagClassName
{
color: #C684C4;
}
</style>
background-color css
<style>
a { background-color: #C684C4; }
a { background-color: rgb(198,132,196); }
div.DivClassName
{
background-color: #C684C4;
}
.BgClassName
{
background-color: #C684C4;
}
</style>
border-color css
<style>
span { border-color: #C684C4; }
span { border-color: rgb(198,132,196); }
td.TdClassName
{
border-color: #C684C4;
}
.TagClassName
{
border-color: #C684C4;
}
</style>