Shades of Lilac #CB91C6
Tints of Lilac #CB91C6
RGB
CMYK
RGB Variations
Color information
#CB91C6 (or 0xCB91C6) is known color: Lilac. HEX triplet: CB, 91 and C6. RGB value is (203,145,198). Sum of RGB (Red+Green+Blue) = 203+145+198=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91C6 is #346E39. Grayscale: #A8A8A8. Windows color (decimal): -3436090 or 13013451. OLE color: 13013451.
HSL color Cylindrical-coordinate representation of color #CB91C6: hue angle of 305.17º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91C6 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 198 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.20 |
| HSL | 305.17º | 0.36% | 0.68% | - |
| HSV(B) | 305.17º | 0.29% | 0.8% | - |
| XYZ | 44.95 | 37.02 | 58.2 | - |
| YUV | 168.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 198 | 0 | 0.29 | 0.02 | 0.20 | 305.17 | 0.36 | 0.68 |
| Hex | CB | 91 | C6 | 0 | 1D | 2 | 14 | 131 | 24 | 44 |
| Octal | 313 | 221 | 306 | 0 | 35 | 2 | 24 | 461 | 44 | 104 |
| Binary | 11001011 | 10010001 | 11000110 | 0 | 11101 | 10 | 10100 | 100110001 | 100100 | 1000100 |
Color Harmonies of #CB91C6
Complementary color
Monochromatic Colors of #CB91C6
Black with #CB91C6
Text Example
Text Example
White with #CB91C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91C6; }
p { color: rgb(203,145,198); }
H1.HeaderClassName
{
color: #CB91C6;
}
.AnyTagClassName
{
color: #CB91C6;
}
</style>
background-color css
<style>
a { background-color: #CB91C6; }
a { background-color: rgb(203,145,198); }
div.DivClassName
{
background-color: #CB91C6;
}
.BgClassName
{
background-color: #CB91C6;
}
</style>
border-color css
<style>
span { border-color: #CB91C6; }
span { border-color: rgb(203,145,198); }
td.TdClassName
{
border-color: #CB91C6;
}
.TagClassName
{
border-color: #CB91C6;
}
</style>