Shades of Lilac #C69BC2
Tints of Lilac #C69BC2
RGB
CMYK
RGB Variations
Color information
#C69BC2 (or 0xC69BC2) is known color: Lilac. HEX triplet: C6, 9B and C2. RGB value is (198,155,194). Sum of RGB (Red+Green+Blue) = 198+155+194=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BC2 is #39643D. Grayscale: #ACACAC. Windows color (decimal): -3761214 or 12753862. OLE color: 12753862.
HSL color Cylindrical-coordinate representation of color #C69BC2: hue angle of 305.58º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69BC2 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 194 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.22 |
| HSL | 305.58º | 0.27% | 0.69% | - |
| HSV(B) | 305.58º | 0.22% | 0.78% | - |
| XYZ | 44.75 | 39.34 | 56.27 | - |
| YUV | 172.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 194 | 0 | 0.22 | 0.02 | 0.22 | 305.58 | 0.27 | 0.69 |
| Hex | C6 | 9B | C2 | 0 | 16 | 2 | 16 | 132 | 1B | 45 |
| Octal | 306 | 233 | 302 | 0 | 26 | 2 | 26 | 462 | 33 | 105 |
| Binary | 11000110 | 10011011 | 11000010 | 0 | 10110 | 10 | 10110 | 100110010 | 11011 | 1000101 |
Color Harmonies of #C69BC2
Complementary color
Monochromatic Colors of #C69BC2
Black with #C69BC2
Text Example
Text Example
White with #C69BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BC2; }
p { color: rgb(198,155,194); }
H1.HeaderClassName
{
color: #C69BC2;
}
.AnyTagClassName
{
color: #C69BC2;
}
</style>
background-color css
<style>
a { background-color: #C69BC2; }
a { background-color: rgb(198,155,194); }
div.DivClassName
{
background-color: #C69BC2;
}
.BgClassName
{
background-color: #C69BC2;
}
</style>
border-color css
<style>
span { border-color: #C69BC2; }
span { border-color: rgb(198,155,194); }
td.TdClassName
{
border-color: #C69BC2;
}
.TagClassName
{
border-color: #C69BC2;
}
</style>