Shades of Lilac #C69CCB
Tints of Lilac #C69CCB
RGB
CMYK
RGB Variations
Color information
#C69CCB (or 0xC69CCB) is known color: Lilac. HEX triplet: C6, 9C and CB. RGB value is (198,156,203). Sum of RGB (Red+Green+Blue) = 198+156+203=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #C69CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CCB is #396334. Grayscale: #ADADAD. Windows color (decimal): -3760949 or 13343942. OLE color: 13343942.
HSL color Cylindrical-coordinate representation of color #C69CCB: hue angle of 293.62º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C69CCB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 156 | 203 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.20 |
| HSL | 293.62º | 0.31% | 0.7% | - |
| HSV(B) | 293.62º | 0.23% | 0.8% | - |
| XYZ | 45.96 | 40.09 | 61.82 | - |
| YUV | 173.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 203 | 0.02 | 0.23 | 0 | 0.20 | 293.62 | 0.31 | 0.7 |
| Hex | C6 | 9C | CB | 2 | 17 | 0 | 14 | 126 | 1F | 46 |
| Octal | 306 | 234 | 313 | 2 | 27 | 0 | 24 | 446 | 37 | 106 |
| Binary | 11000110 | 10011100 | 11001011 | 10 | 10111 | 0 | 10100 | 100100110 | 11111 | 1000110 |
Color Harmonies of #C69CCB
Complementary color
Monochromatic Colors of #C69CCB
Black with #C69CCB
Text Example
Text Example
White with #C69CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CCB; }
p { color: rgb(198,156,203); }
H1.HeaderClassName
{
color: #C69CCB;
}
.AnyTagClassName
{
color: #C69CCB;
}
</style>
background-color css
<style>
a { background-color: #C69CCB; }
a { background-color: rgb(198,156,203); }
div.DivClassName
{
background-color: #C69CCB;
}
.BgClassName
{
background-color: #C69CCB;
}
</style>
border-color css
<style>
span { border-color: #C69CCB; }
span { border-color: rgb(198,156,203); }
td.TdClassName
{
border-color: #C69CCB;
}
.TagClassName
{
border-color: #C69CCB;
}
</style>