Shades of Lilac #CBA3CB
Tints of Lilac #CBA3CB
RGB
CMYK
RGB Variations
Color information
#CBA3CB (or 0xCBA3CB) is known color: Lilac. HEX triplet: CB, A3 and CB. RGB value is (203,163,203). Sum of RGB (Red+Green+Blue) = 203+163+203=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3CB is #345C34. Grayscale: #B3B3B3. Windows color (decimal): -3431477 or 13345739. OLE color: 13345739.
HSL color Cylindrical-coordinate representation of color #CBA3CB: hue angle of 300º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA3CB is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 163 | 203 | - |
CMYK | 0 | 0.20 | 0 | 0.20 |
HSL | 300º | 0.28% | 0.72% | - |
HSV(B) | 300º | 0.2% | 0.8% | - |
XYZ | 48.51 | 43.2 | 62.28 | - |
YUV | 179.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 163 | 203 | 0 | 0.20 | 0 | 0.20 | 300 | 0.28 | 0.72 |
Hex | CB | A3 | CB | 0 | 14 | 0 | 14 | 12C | 1C | 48 |
Octal | 313 | 243 | 313 | 0 | 24 | 0 | 24 | 454 | 34 | 110 |
Binary | 11001011 | 10100011 | 11001011 | 0 | 10100 | 0 | 10100 | 100101100 | 11100 | 1001000 |
Color Harmonies of #CBA3CB
Complementary color
Monochromatic Colors of #CBA3CB
Black with #CBA3CB
Text Example
Text Example
White with #CBA3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3CB; }
p { color: rgb(203,163,203); }
H1.HeaderClassName
{
color: #CBA3CB;
}
.AnyTagClassName
{
color: #CBA3CB;
}
</style>
background-color css
<style>
a { background-color: #CBA3CB; }
a { background-color: rgb(203,163,203); }
div.DivClassName
{
background-color: #CBA3CB;
}
.BgClassName
{
background-color: #CBA3CB;
}
</style>
border-color css
<style>
span { border-color: #CBA3CB; }
span { border-color: rgb(203,163,203); }
td.TdClassName
{
border-color: #CBA3CB;
}
.TagClassName
{
border-color: #CBA3CB;
}
</style>