Shades of Wisteria #CB88E4
Tints of Wisteria #CB88E4
RGB
CMYK
RGB Variations
Color information
#CB88E4 (or 0xCB88E4) is known color: Wisteria. HEX triplet: CB, 88 and E4. RGB value is (203,136,228). Sum of RGB (Red+Green+Blue) = 203+136+228=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB88E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88E4 is #34771B. Grayscale: #A6A6A6. Windows color (decimal): -3438364 or 14977227. OLE color: 14977227.
HSL color Cylindrical-coordinate representation of color #CB88E4: hue angle of 283.7º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB88E4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 136 | 228 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.11 |
| HSL | 283.7º | 0.63% | 0.71% | - |
| HSV(B) | 283.7º | 0.4% | 0.89% | - |
| XYZ | 47.44 | 35.91 | 77.83 | - |
| YUV | 166.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 228 | 0.11 | 0.40 | 0 | 0.11 | 283.7 | 0.63 | 0.71 |
| Hex | CB | 88 | E4 | B | 28 | 0 | B | 11C | 3F | 47 |
| Octal | 313 | 210 | 344 | 13 | 50 | 0 | 13 | 434 | 77 | 107 |
| Binary | 11001011 | 10001000 | 11100100 | 1011 | 101000 | 0 | 1011 | 100011100 | 111111 | 1000111 |
Color Harmonies of #CB88E4
Complementary color
Monochromatic Colors of #CB88E4
Black with #CB88E4
Text Example
Text Example
White with #CB88E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88E4; }
p { color: rgb(203,136,228); }
H1.HeaderClassName
{
color: #CB88E4;
}
.AnyTagClassName
{
color: #CB88E4;
}
</style>
background-color css
<style>
a { background-color: #CB88E4; }
a { background-color: rgb(203,136,228); }
div.DivClassName
{
background-color: #CB88E4;
}
.BgClassName
{
background-color: #CB88E4;
}
</style>
border-color css
<style>
span { border-color: #CB88E4; }
span { border-color: rgb(203,136,228); }
td.TdClassName
{
border-color: #CB88E4;
}
.TagClassName
{
border-color: #CB88E4;
}
</style>