Shades of Lilac #CB8CC6
Tints of Lilac #CB8CC6
RGB
CMYK
RGB Variations
Color information
#CB8CC6 (or 0xCB8CC6) is known color: Lilac. HEX triplet: CB, 8C and C6. RGB value is (203,140,198). Sum of RGB (Red+Green+Blue) = 203+140+198=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CC6 is #347339. Grayscale: #A5A5A5. Windows color (decimal): -3437370 or 13012171. OLE color: 13012171.
HSL color Cylindrical-coordinate representation of color #CB8CC6: hue angle of 304.76º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8CC6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 198 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.20 |
| HSL | 304.76º | 0.38% | 0.67% | - |
| HSV(B) | 304.76º | 0.31% | 0.8% | - |
| XYZ | 44.2 | 35.53 | 57.95 | - |
| YUV | 165.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 198 | 0 | 0.31 | 0.02 | 0.20 | 304.76 | 0.38 | 0.67 |
| Hex | CB | 8C | C6 | 0 | 1F | 2 | 14 | 131 | 26 | 43 |
| Octal | 313 | 214 | 306 | 0 | 37 | 2 | 24 | 461 | 46 | 103 |
| Binary | 11001011 | 10001100 | 11000110 | 0 | 11111 | 10 | 10100 | 100110001 | 100110 | 1000011 |
Color Harmonies of #CB8CC6
Complementary color
Monochromatic Colors of #CB8CC6
Black with #CB8CC6
Text Example
Text Example
White with #CB8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CC6; }
p { color: rgb(203,140,198); }
H1.HeaderClassName
{
color: #CB8CC6;
}
.AnyTagClassName
{
color: #CB8CC6;
}
</style>
background-color css
<style>
a { background-color: #CB8CC6; }
a { background-color: rgb(203,140,198); }
div.DivClassName
{
background-color: #CB8CC6;
}
.BgClassName
{
background-color: #CB8CC6;
}
</style>
border-color css
<style>
span { border-color: #CB8CC6; }
span { border-color: rgb(203,140,198); }
td.TdClassName
{
border-color: #CB8CC6;
}
.TagClassName
{
border-color: #CB8CC6;
}
</style>