Shades of Lilac #CB8AC5
Tints of Lilac #CB8AC5
RGB
CMYK
RGB Variations
Color information
#CB8AC5 (or 0xCB8AC5) is known color: Lilac. HEX triplet: CB, 8A and C5. RGB value is (203,138,197). Sum of RGB (Red+Green+Blue) = 203+138+197=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AC5 is #34753A. Grayscale: #A3A3A3. Windows color (decimal): -3437883 or 12946123. OLE color: 12946123.
HSL color Cylindrical-coordinate representation of color #CB8AC5: hue angle of 305.54º 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 #CB8AC5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 197 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.20 |
| HSL | 305.54º | 0.38% | 0.67% | - |
| HSV(B) | 305.54º | 0.32% | 0.8% | - |
| XYZ | 43.8 | 34.9 | 57.25 | - |
| YUV | 164.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 197 | 0 | 0.32 | 0.03 | 0.20 | 305.54 | 0.38 | 0.67 |
| Hex | CB | 8A | C5 | 0 | 20 | 3 | 14 | 132 | 26 | 43 |
| Octal | 313 | 212 | 305 | 0 | 40 | 3 | 24 | 462 | 46 | 103 |
| Binary | 11001011 | 10001010 | 11000101 | 0 | 100000 | 11 | 10100 | 100110010 | 100110 | 1000011 |
Color Harmonies of #CB8AC5
Complementary color
Monochromatic Colors of #CB8AC5
Black with #CB8AC5
Text Example
Text Example
White with #CB8AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AC5; }
p { color: rgb(203,138,197); }
H1.HeaderClassName
{
color: #CB8AC5;
}
.AnyTagClassName
{
color: #CB8AC5;
}
</style>
background-color css
<style>
a { background-color: #CB8AC5; }
a { background-color: rgb(203,138,197); }
div.DivClassName
{
background-color: #CB8AC5;
}
.BgClassName
{
background-color: #CB8AC5;
}
</style>
border-color css
<style>
span { border-color: #CB8AC5; }
span { border-color: rgb(203,138,197); }
td.TdClassName
{
border-color: #CB8AC5;
}
.TagClassName
{
border-color: #CB8AC5;
}
</style>