Shades of Lilac #CB94CE
Tints of Lilac #CB94CE
RGB
CMYK
RGB Variations
Color information
#CB94CE (or 0xCB94CE) is known color: Lilac. HEX triplet: CB, 94 and CE. RGB value is (203,148,206). Sum of RGB (Red+Green+Blue) = 203+148+206=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94CE is #346B31. Grayscale: #AAAAAA. Windows color (decimal): -3435314 or 13538507. OLE color: 13538507.
HSL color Cylindrical-coordinate representation of color #CB94CE: hue angle of 296.9º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB94CE is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 148 | 206 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.19 |
| HSL | 296.9º | 0.37% | 0.69% | - |
| HSV(B) | 296.9º | 0.28% | 0.81% | - |
| XYZ | 46.36 | 38.33 | 63.35 | - |
| YUV | 171.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 206 | 0.01 | 0.28 | 0 | 0.19 | 296.9 | 0.37 | 0.69 |
| Hex | CB | 94 | CE | 1 | 1C | 0 | 13 | 129 | 25 | 45 |
| Octal | 313 | 224 | 316 | 1 | 34 | 0 | 23 | 451 | 45 | 105 |
| Binary | 11001011 | 10010100 | 11001110 | 1 | 11100 | 0 | 10011 | 100101001 | 100101 | 1000101 |
Color Harmonies of #CB94CE
Complementary color
Monochromatic Colors of #CB94CE
Black with #CB94CE
Text Example
Text Example
White with #CB94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94CE; }
p { color: rgb(203,148,206); }
H1.HeaderClassName
{
color: #CB94CE;
}
.AnyTagClassName
{
color: #CB94CE;
}
</style>
background-color css
<style>
a { background-color: #CB94CE; }
a { background-color: rgb(203,148,206); }
div.DivClassName
{
background-color: #CB94CE;
}
.BgClassName
{
background-color: #CB94CE;
}
</style>
border-color css
<style>
span { border-color: #CB94CE; }
span { border-color: rgb(203,148,206); }
td.TdClassName
{
border-color: #CB94CE;
}
.TagClassName
{
border-color: #CB94CE;
}
</style>