Shades of Lilac #CB94CB
Tints of Lilac #CB94CB
RGB
CMYK
RGB Variations
Color information
#CB94CB (or 0xCB94CB) is known color: Lilac. HEX triplet: CB, 94 and CB. RGB value is (203,148,203). Sum of RGB (Red+Green+Blue) = 203+148+203=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94CB is #346B34. Grayscale: #AAAAAA. Windows color (decimal): -3435317 or 13341899. OLE color: 13341899.
HSL color Cylindrical-coordinate representation of color #CB94CB: hue angle of 300º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB94CB is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 203 | - |
| CMYK | 0 | 0.27 | 0 | 0.20 |
| HSL | 300º | 0.35% | 0.69% | - |
| HSV(B) | 300º | 0.27% | 0.8% | - |
| XYZ | 46 | 38.19 | 61.45 | - |
| YUV | 170.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 203 | 0 | 0.27 | 0 | 0.20 | 300 | 0.35 | 0.69 |
| Hex | CB | 94 | CB | 0 | 1B | 0 | 14 | 12C | 23 | 45 |
| Octal | 313 | 224 | 313 | 0 | 33 | 0 | 24 | 454 | 43 | 105 |
| Binary | 11001011 | 10010100 | 11001011 | 0 | 11011 | 0 | 10100 | 100101100 | 100011 | 1000101 |
Color Harmonies of #CB94CB
Complementary color
Monochromatic Colors of #CB94CB
Black with #CB94CB
Text Example
Text Example
White with #CB94CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94CB; }
p { color: rgb(203,148,203); }
H1.HeaderClassName
{
color: #CB94CB;
}
.AnyTagClassName
{
color: #CB94CB;
}
</style>
background-color css
<style>
a { background-color: #CB94CB; }
a { background-color: rgb(203,148,203); }
div.DivClassName
{
background-color: #CB94CB;
}
.BgClassName
{
background-color: #CB94CB;
}
</style>
border-color css
<style>
span { border-color: #CB94CB; }
span { border-color: rgb(203,148,203); }
td.TdClassName
{
border-color: #CB94CB;
}
.TagClassName
{
border-color: #CB94CB;
}
</style>