Shades of Lilac #CB95C7
Tints of Lilac #CB95C7
RGB
CMYK
RGB Variations
Color information
#CB95C7 (or 0xCB95C7) is known color: Lilac. HEX triplet: CB, 95 and C7. RGB value is (203,149,199). Sum of RGB (Red+Green+Blue) = 203+149+199=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95C7 is #346A38. Grayscale: #AAAAAA. Windows color (decimal): -3435065 or 13080011. OLE color: 13080011.
HSL color Cylindrical-coordinate representation of color #CB95C7: hue angle of 304.44º degrees, saturation: 0.34, 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 #CB95C7 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 199 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.20 |
| HSL | 304.44º | 0.34% | 0.69% | - |
| HSV(B) | 304.44º | 0.27% | 0.8% | - |
| XYZ | 45.68 | 38.31 | 59.02 | - |
| YUV | 170.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 199 | 0 | 0.27 | 0.02 | 0.20 | 304.44 | 0.34 | 0.69 |
| Hex | CB | 95 | C7 | 0 | 1B | 2 | 14 | 130 | 22 | 45 |
| Octal | 313 | 225 | 307 | 0 | 33 | 2 | 24 | 460 | 42 | 105 |
| Binary | 11001011 | 10010101 | 11000111 | 0 | 11011 | 10 | 10100 | 100110000 | 100010 | 1000101 |
Color Harmonies of #CB95C7
Complementary color
Monochromatic Colors of #CB95C7
Black with #CB95C7
Text Example
Text Example
White with #CB95C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95C7; }
p { color: rgb(203,149,199); }
H1.HeaderClassName
{
color: #CB95C7;
}
.AnyTagClassName
{
color: #CB95C7;
}
</style>
background-color css
<style>
a { background-color: #CB95C7; }
a { background-color: rgb(203,149,199); }
div.DivClassName
{
background-color: #CB95C7;
}
.BgClassName
{
background-color: #CB95C7;
}
</style>
border-color css
<style>
span { border-color: #CB95C7; }
span { border-color: rgb(203,149,199); }
td.TdClassName
{
border-color: #CB95C7;
}
.TagClassName
{
border-color: #CB95C7;
}
</style>