Shades of Lilac #CB89CC
Tints of Lilac #CB89CC
RGB
CMYK
RGB Variations
Color information
#CB89CC (or 0xCB89CC) is known color: Lilac. HEX triplet: CB, 89 and CC. RGB value is (203,137,204). Sum of RGB (Red+Green+Blue) = 203+137+204=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89CC is #347633. Grayscale: #A4A4A4. Windows color (decimal): -3438132 or 13404619. OLE color: 13404619.
HSL color Cylindrical-coordinate representation of color #CB89CC: hue angle of 299.1º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB89CC is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 137 | 204 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.2 |
| HSL | 299.1º | 0.4% | 0.67% | - |
| HSV(B) | 299.1º | 0.33% | 0.8% | - |
| XYZ | 44.47 | 34.95 | 61.53 | - |
| YUV | 164.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 204 | 0.00 | 0.33 | 0 | 0.2 | 299.1 | 0.4 | 0.67 |
| Hex | CB | 89 | CC | 0 | 21 | 0 | 14 | 12B | 28 | 43 |
| Octal | 313 | 211 | 314 | 0 | 41 | 0 | 24 | 453 | 50 | 103 |
| Binary | 11001011 | 10001001 | 11001100 | 0 | 100001 | 0 | 10100 | 100101011 | 101000 | 1000011 |
Color Harmonies of #CB89CC
Complementary color
Monochromatic Colors of #CB89CC
Black with #CB89CC
Text Example
Text Example
White with #CB89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89CC; }
p { color: rgb(203,137,204); }
H1.HeaderClassName
{
color: #CB89CC;
}
.AnyTagClassName
{
color: #CB89CC;
}
</style>
background-color css
<style>
a { background-color: #CB89CC; }
a { background-color: rgb(203,137,204); }
div.DivClassName
{
background-color: #CB89CC;
}
.BgClassName
{
background-color: #CB89CC;
}
</style>
border-color css
<style>
span { border-color: #CB89CC; }
span { border-color: rgb(203,137,204); }
td.TdClassName
{
border-color: #CB89CC;
}
.TagClassName
{
border-color: #CB89CC;
}
</style>