Shades of Lilac #CB89C4
Tints of Lilac #CB89C4
RGB
CMYK
RGB Variations
Color information
#CB89C4 (or 0xCB89C4) is known color: Lilac. HEX triplet: CB, 89 and C4. RGB value is (203,137,196). Sum of RGB (Red+Green+Blue) = 203+137+196=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89C4 is #34763B. Grayscale: #A3A3A3. Windows color (decimal): -3438140 or 12880331. OLE color: 12880331.
HSL color Cylindrical-coordinate representation of color #CB89C4: hue angle of 306.36º degrees, saturation: 0.39, 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 #CB89C4 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 196 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.20 |
| HSL | 306.36º | 0.39% | 0.67% | - |
| HSV(B) | 306.36º | 0.33% | 0.8% | - |
| XYZ | 43.54 | 34.57 | 56.6 | - |
| YUV | 163.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 196 | 0 | 0.33 | 0.03 | 0.20 | 306.36 | 0.39 | 0.67 |
| Hex | CB | 89 | C4 | 0 | 21 | 3 | 14 | 132 | 27 | 43 |
| Octal | 313 | 211 | 304 | 0 | 41 | 3 | 24 | 462 | 47 | 103 |
| Binary | 11001011 | 10001001 | 11000100 | 0 | 100001 | 11 | 10100 | 100110010 | 100111 | 1000011 |
Color Harmonies of #CB89C4
Complementary color
Monochromatic Colors of #CB89C4
Black with #CB89C4
Text Example
Text Example
White with #CB89C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89C4; }
p { color: rgb(203,137,196); }
H1.HeaderClassName
{
color: #CB89C4;
}
.AnyTagClassName
{
color: #CB89C4;
}
</style>
background-color css
<style>
a { background-color: #CB89C4; }
a { background-color: rgb(203,137,196); }
div.DivClassName
{
background-color: #CB89C4;
}
.BgClassName
{
background-color: #CB89C4;
}
</style>
border-color css
<style>
span { border-color: #CB89C4; }
span { border-color: rgb(203,137,196); }
td.TdClassName
{
border-color: #CB89C4;
}
.TagClassName
{
border-color: #CB89C4;
}
</style>