Shades of Lilac #CB8AC6
Tints of Lilac #CB8AC6
RGB
CMYK
RGB Variations
Color information
#CB8AC6 (or 0xCB8AC6) is known color: Lilac. HEX triplet: CB, 8A and C6. RGB value is (203,138,198). Sum of RGB (Red+Green+Blue) = 203+138+198=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AC6 is #347539. Grayscale: #A4A4A4. Windows color (decimal): -3437882 or 13011659. OLE color: 13011659.
HSL color Cylindrical-coordinate representation of color #CB8AC6: hue angle of 304.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8AC6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 198 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.20 |
| HSL | 304.62º | 0.38% | 0.67% | - |
| HSV(B) | 304.62º | 0.32% | 0.8% | - |
| XYZ | 43.91 | 34.95 | 57.86 | - |
| YUV | 164.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 198 | 0 | 0.32 | 0.02 | 0.20 | 304.62 | 0.38 | 0.67 |
| Hex | CB | 8A | C6 | 0 | 20 | 2 | 14 | 131 | 26 | 43 |
| Octal | 313 | 212 | 306 | 0 | 40 | 2 | 24 | 461 | 46 | 103 |
| Binary | 11001011 | 10001010 | 11000110 | 0 | 100000 | 10 | 10100 | 100110001 | 100110 | 1000011 |
Color Harmonies of #CB8AC6
Complementary color
Monochromatic Colors of #CB8AC6
Black with #CB8AC6
Text Example
Text Example
White with #CB8AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AC6; }
p { color: rgb(203,138,198); }
H1.HeaderClassName
{
color: #CB8AC6;
}
.AnyTagClassName
{
color: #CB8AC6;
}
</style>
background-color css
<style>
a { background-color: #CB8AC6; }
a { background-color: rgb(203,138,198); }
div.DivClassName
{
background-color: #CB8AC6;
}
.BgClassName
{
background-color: #CB8AC6;
}
</style>
border-color css
<style>
span { border-color: #CB8AC6; }
span { border-color: rgb(203,138,198); }
td.TdClassName
{
border-color: #CB8AC6;
}
.TagClassName
{
border-color: #CB8AC6;
}
</style>