Shades of Wisteria #CB88E0
Tints of Wisteria #CB88E0
RGB
CMYK
RGB Variations
Color information
#CB88E0 (or 0xCB88E0) is known color: Wisteria. HEX triplet: CB, 88 and E0. RGB value is (203,136,224). Sum of RGB (Red+Green+Blue) = 203+136+224=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB88E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88E0 is #34771F. Grayscale: #A5A5A5. Windows color (decimal): -3438368 or 14715083. OLE color: 14715083.
HSL color Cylindrical-coordinate representation of color #CB88E0: hue angle of 285.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB88E0 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 136 | 224 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.12 |
| HSL | 285.68º | 0.59% | 0.71% | - |
| HSV(B) | 285.68º | 0.39% | 0.88% | - |
| XYZ | 46.89 | 35.69 | 74.94 | - |
| YUV | 166.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 224 | 0.09 | 0.39 | 0 | 0.12 | 285.68 | 0.59 | 0.71 |
| Hex | CB | 88 | E0 | 9 | 27 | 0 | C | 11E | 3B | 47 |
| Octal | 313 | 210 | 340 | 11 | 47 | 0 | 14 | 436 | 73 | 107 |
| Binary | 11001011 | 10001000 | 11100000 | 1001 | 100111 | 0 | 1100 | 100011110 | 111011 | 1000111 |
Color Harmonies of #CB88E0
Complementary color
Monochromatic Colors of #CB88E0
Black with #CB88E0
Text Example
Text Example
White with #CB88E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88E0; }
p { color: rgb(203,136,224); }
H1.HeaderClassName
{
color: #CB88E0;
}
.AnyTagClassName
{
color: #CB88E0;
}
</style>
background-color css
<style>
a { background-color: #CB88E0; }
a { background-color: rgb(203,136,224); }
div.DivClassName
{
background-color: #CB88E0;
}
.BgClassName
{
background-color: #CB88E0;
}
</style>
border-color css
<style>
span { border-color: #CB88E0; }
span { border-color: rgb(203,136,224); }
td.TdClassName
{
border-color: #CB88E0;
}
.TagClassName
{
border-color: #CB88E0;
}
</style>