Shades of Lilac #CB94D2
Tints of Lilac #CB94D2
RGB
CMYK
RGB Variations
Color information
#CB94D2 (or 0xCB94D2) is known color: Lilac. HEX triplet: CB, 94 and D2. RGB value is (203,148,210). Sum of RGB (Red+Green+Blue) = 203+148+210=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB94D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94D2 is #346B2D. Grayscale: #ABABAB. Windows color (decimal): -3435310 or 13800651. OLE color: 13800651.
HSL color Cylindrical-coordinate representation of color #CB94D2: hue angle of 293.23º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB94D2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 148 | 210 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.18 |
| HSL | 293.23º | 0.41% | 0.7% | - |
| HSV(B) | 293.23º | 0.3% | 0.82% | - |
| XYZ | 46.85 | 38.53 | 65.94 | - |
| YUV | 171.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 210 | 0.03 | 0.30 | 0 | 0.18 | 293.23 | 0.41 | 0.7 |
| Hex | CB | 94 | D2 | 3 | 1E | 0 | 12 | 125 | 29 | 46 |
| Octal | 313 | 224 | 322 | 3 | 36 | 0 | 22 | 445 | 51 | 106 |
| Binary | 11001011 | 10010100 | 11010010 | 11 | 11110 | 0 | 10010 | 100100101 | 101001 | 1000110 |
Color Harmonies of #CB94D2
Complementary color
Monochromatic Colors of #CB94D2
Black with #CB94D2
Text Example
Text Example
White with #CB94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94D2; }
p { color: rgb(203,148,210); }
H1.HeaderClassName
{
color: #CB94D2;
}
.AnyTagClassName
{
color: #CB94D2;
}
</style>
background-color css
<style>
a { background-color: #CB94D2; }
a { background-color: rgb(203,148,210); }
div.DivClassName
{
background-color: #CB94D2;
}
.BgClassName
{
background-color: #CB94D2;
}
</style>
border-color css
<style>
span { border-color: #CB94D2; }
span { border-color: rgb(203,148,210); }
td.TdClassName
{
border-color: #CB94D2;
}
.TagClassName
{
border-color: #CB94D2;
}
</style>