Shades of Lilac #CB87C7
Tints of Lilac #CB87C7
RGB
CMYK
RGB Variations
Color information
#CB87C7 (or 0xCB87C7) is known color: Lilac. HEX triplet: CB, 87 and C7. RGB value is (203,135,199). Sum of RGB (Red+Green+Blue) = 203+135+199=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87C7 is #347838. Grayscale: #A2A2A2. Windows color (decimal): -3438649 or 13076427. OLE color: 13076427.
HSL color Cylindrical-coordinate representation of color #CB87C7: hue angle of 303.53º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87C7 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 199 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.20 |
| HSL | 303.53º | 0.4% | 0.66% | - |
| HSV(B) | 303.53º | 0.33% | 0.8% | - |
| XYZ | 43.6 | 34.15 | 58.33 | - |
| YUV | 162.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 199 | 0 | 0.33 | 0.02 | 0.20 | 303.53 | 0.4 | 0.66 |
| Hex | CB | 87 | C7 | 0 | 21 | 2 | 14 | 130 | 28 | 42 |
| Octal | 313 | 207 | 307 | 0 | 41 | 2 | 24 | 460 | 50 | 102 |
| Binary | 11001011 | 10000111 | 11000111 | 0 | 100001 | 10 | 10100 | 100110000 | 101000 | 1000010 |
Color Harmonies of #CB87C7
Complementary color
Monochromatic Colors of #CB87C7
Black with #CB87C7
Text Example
Text Example
White with #CB87C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87C7; }
p { color: rgb(203,135,199); }
H1.HeaderClassName
{
color: #CB87C7;
}
.AnyTagClassName
{
color: #CB87C7;
}
</style>
background-color css
<style>
a { background-color: #CB87C7; }
a { background-color: rgb(203,135,199); }
div.DivClassName
{
background-color: #CB87C7;
}
.BgClassName
{
background-color: #CB87C7;
}
</style>
border-color css
<style>
span { border-color: #CB87C7; }
span { border-color: rgb(203,135,199); }
td.TdClassName
{
border-color: #CB87C7;
}
.TagClassName
{
border-color: #CB87C7;
}
</style>