Shades of Lilac #CB8CC7
Tints of Lilac #CB8CC7
RGB
CMYK
RGB Variations
Color information
#CB8CC7 (or 0xCB8CC7) is known color: Lilac. HEX triplet: CB, 8C and C7. RGB value is (203,140,199). Sum of RGB (Red+Green+Blue) = 203+140+199=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CC7 is #347338. Grayscale: #A5A5A5. Windows color (decimal): -3437369 or 13077707. OLE color: 13077707.
HSL color Cylindrical-coordinate representation of color #CB8CC7: hue angle of 303.81º 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 #CB8CC7 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 199 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.20 |
| HSL | 303.81º | 0.38% | 0.67% | - |
| HSV(B) | 303.81º | 0.31% | 0.8% | - |
| XYZ | 44.32 | 35.58 | 58.56 | - |
| YUV | 165.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 199 | 0 | 0.31 | 0.02 | 0.20 | 303.81 | 0.38 | 0.67 |
| Hex | CB | 8C | C7 | 0 | 1F | 2 | 14 | 130 | 26 | 43 |
| Octal | 313 | 214 | 307 | 0 | 37 | 2 | 24 | 460 | 46 | 103 |
| Binary | 11001011 | 10001100 | 11000111 | 0 | 11111 | 10 | 10100 | 100110000 | 100110 | 1000011 |
Color Harmonies of #CB8CC7
Complementary color
Monochromatic Colors of #CB8CC7
Black with #CB8CC7
Text Example
Text Example
White with #CB8CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CC7; }
p { color: rgb(203,140,199); }
H1.HeaderClassName
{
color: #CB8CC7;
}
.AnyTagClassName
{
color: #CB8CC7;
}
</style>
background-color css
<style>
a { background-color: #CB8CC7; }
a { background-color: rgb(203,140,199); }
div.DivClassName
{
background-color: #CB8CC7;
}
.BgClassName
{
background-color: #CB8CC7;
}
</style>
border-color css
<style>
span { border-color: #CB8CC7; }
span { border-color: rgb(203,140,199); }
td.TdClassName
{
border-color: #CB8CC7;
}
.TagClassName
{
border-color: #CB8CC7;
}
</style>