Shades of Wisteria #CB87E5
Tints of Wisteria #CB87E5
RGB
CMYK
RGB Variations
Color information
#CB87E5 (or 0xCB87E5) is known color: Wisteria. HEX triplet: CB, 87 and E5. RGB value is (203,135,229). Sum of RGB (Red+Green+Blue) = 203+135+229=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB87E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87E5 is #34781A. Grayscale: #A5A5A5. Windows color (decimal): -3438619 or 15042507. OLE color: 15042507.
HSL color Cylindrical-coordinate representation of color #CB87E5: hue angle of 283.4º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB87E5 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 135 | 229 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.10 |
| HSL | 283.4º | 0.64% | 0.71% | - |
| HSV(B) | 283.4º | 0.41% | 0.9% | - |
| XYZ | 47.44 | 35.68 | 78.52 | - |
| YUV | 166.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 229 | 0.11 | 0.41 | 0 | 0.10 | 283.4 | 0.64 | 0.71 |
| Hex | CB | 87 | E5 | B | 29 | 0 | A | 11B | 40 | 47 |
| Octal | 313 | 207 | 345 | 13 | 51 | 0 | 12 | 433 | 100 | 107 |
| Binary | 11001011 | 10000111 | 11100101 | 1011 | 101001 | 0 | 1010 | 100011011 | 1000000 | 1000111 |
Color Harmonies of #CB87E5
Complementary color
Monochromatic Colors of #CB87E5
Black with #CB87E5
Text Example
Text Example
White with #CB87E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87E5; }
p { color: rgb(203,135,229); }
H1.HeaderClassName
{
color: #CB87E5;
}
.AnyTagClassName
{
color: #CB87E5;
}
</style>
background-color css
<style>
a { background-color: #CB87E5; }
a { background-color: rgb(203,135,229); }
div.DivClassName
{
background-color: #CB87E5;
}
.BgClassName
{
background-color: #CB87E5;
}
</style>
border-color css
<style>
span { border-color: #CB87E5; }
span { border-color: rgb(203,135,229); }
td.TdClassName
{
border-color: #CB87E5;
}
.TagClassName
{
border-color: #CB87E5;
}
</style>