Shades of Lilac #C69DC2
Tints of Lilac #C69DC2
RGB
CMYK
RGB Variations
Color information
#C69DC2 (or 0xC69DC2) is known color: Lilac. HEX triplet: C6, 9D and C2. RGB value is (198,157,194). Sum of RGB (Red+Green+Blue) = 198+157+194=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DC2 is #39623D. Grayscale: #ADADAD. Windows color (decimal): -3760702 or 12754374. OLE color: 12754374.
HSL color Cylindrical-coordinate representation of color #C69DC2: hue angle of 305.85º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DC2 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 194 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.22 |
| HSL | 305.85º | 0.26% | 0.7% | - |
| HSV(B) | 305.85º | 0.21% | 0.78% | - |
| XYZ | 45.08 | 40.01 | 56.39 | - |
| YUV | 173.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 194 | 0 | 0.21 | 0.02 | 0.22 | 305.85 | 0.26 | 0.7 |
| Hex | C6 | 9D | C2 | 0 | 15 | 2 | 16 | 132 | 1A | 46 |
| Octal | 306 | 235 | 302 | 0 | 25 | 2 | 26 | 462 | 32 | 106 |
| Binary | 11000110 | 10011101 | 11000010 | 0 | 10101 | 10 | 10110 | 100110010 | 11010 | 1000110 |
Color Harmonies of #C69DC2
Complementary color
Monochromatic Colors of #C69DC2
Black with #C69DC2
Text Example
Text Example
White with #C69DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DC2; }
p { color: rgb(198,157,194); }
H1.HeaderClassName
{
color: #C69DC2;
}
.AnyTagClassName
{
color: #C69DC2;
}
</style>
background-color css
<style>
a { background-color: #C69DC2; }
a { background-color: rgb(198,157,194); }
div.DivClassName
{
background-color: #C69DC2;
}
.BgClassName
{
background-color: #C69DC2;
}
</style>
border-color css
<style>
span { border-color: #C69DC2; }
span { border-color: rgb(198,157,194); }
td.TdClassName
{
border-color: #C69DC2;
}
.TagClassName
{
border-color: #C69DC2;
}
</style>