Shades of Lilac #C69FCB
Tints of Lilac #C69FCB
RGB
CMYK
RGB Variations
Color information
#C69FCB (or 0xC69FCB) is known color: Lilac. HEX triplet: C6, 9F and CB. RGB value is (198,159,203). Sum of RGB (Red+Green+Blue) = 198+159+203=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #C69FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FCB is #396034. Grayscale: #AFAFAF. Windows color (decimal): -3760181 or 13344710. OLE color: 13344710.
HSL color Cylindrical-coordinate representation of color #C69FCB: hue angle of 293.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69FCB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 159 | 203 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.20 |
| HSL | 293.18º | 0.3% | 0.71% | - |
| HSV(B) | 293.18º | 0.22% | 0.8% | - |
| XYZ | 46.47 | 41.11 | 61.99 | - |
| YUV | 175.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 203 | 0.02 | 0.22 | 0 | 0.20 | 293.18 | 0.3 | 0.71 |
| Hex | C6 | 9F | CB | 2 | 16 | 0 | 14 | 125 | 1E | 47 |
| Octal | 306 | 237 | 313 | 2 | 26 | 0 | 24 | 445 | 36 | 107 |
| Binary | 11000110 | 10011111 | 11001011 | 10 | 10110 | 0 | 10100 | 100100101 | 11110 | 1000111 |
Color Harmonies of #C69FCB
Complementary color
Monochromatic Colors of #C69FCB
Black with #C69FCB
Text Example
Text Example
White with #C69FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FCB; }
p { color: rgb(198,159,203); }
H1.HeaderClassName
{
color: #C69FCB;
}
.AnyTagClassName
{
color: #C69FCB;
}
</style>
background-color css
<style>
a { background-color: #C69FCB; }
a { background-color: rgb(198,159,203); }
div.DivClassName
{
background-color: #C69FCB;
}
.BgClassName
{
background-color: #C69FCB;
}
</style>
border-color css
<style>
span { border-color: #C69FCB; }
span { border-color: rgb(198,159,203); }
td.TdClassName
{
border-color: #C69FCB;
}
.TagClassName
{
border-color: #C69FCB;
}
</style>