Shades of Lilac #CB8AC3
Tints of Lilac #CB8AC3
RGB
CMYK
RGB Variations
Color information
#CB8AC3 (or 0xCB8AC3) is known color: Lilac. HEX triplet: CB, 8A and C3. RGB value is (203,138,195). Sum of RGB (Red+Green+Blue) = 203+138+195=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AC3 is #34753C. Grayscale: #A3A3A3. Windows color (decimal): -3437885 or 12815051. OLE color: 12815051.
HSL color Cylindrical-coordinate representation of color #CB8AC3: hue angle of 307.38º 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 #CB8AC3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 195 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.20 |
| HSL | 307.38º | 0.38% | 0.67% | - |
| HSV(B) | 307.38º | 0.32% | 0.8% | - |
| XYZ | 43.57 | 34.81 | 56.05 | - |
| YUV | 163.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 195 | 0 | 0.32 | 0.04 | 0.20 | 307.38 | 0.38 | 0.67 |
| Hex | CB | 8A | C3 | 0 | 20 | 4 | 14 | 133 | 26 | 43 |
| Octal | 313 | 212 | 303 | 0 | 40 | 4 | 24 | 463 | 46 | 103 |
| Binary | 11001011 | 10001010 | 11000011 | 0 | 100000 | 100 | 10100 | 100110011 | 100110 | 1000011 |
Color Harmonies of #CB8AC3
Complementary color
Monochromatic Colors of #CB8AC3
Black with #CB8AC3
Text Example
Text Example
White with #CB8AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AC3; }
p { color: rgb(203,138,195); }
H1.HeaderClassName
{
color: #CB8AC3;
}
.AnyTagClassName
{
color: #CB8AC3;
}
</style>
background-color css
<style>
a { background-color: #CB8AC3; }
a { background-color: rgb(203,138,195); }
div.DivClassName
{
background-color: #CB8AC3;
}
.BgClassName
{
background-color: #CB8AC3;
}
</style>
border-color css
<style>
span { border-color: #CB8AC3; }
span { border-color: rgb(203,138,195); }
td.TdClassName
{
border-color: #CB8AC3;
}
.TagClassName
{
border-color: #CB8AC3;
}
</style>