Shades of Wisteria #CB88EC
Tints of Wisteria #CB88EC
RGB
CMYK
RGB Variations
Color information
#CB88EC (or 0xCB88EC) is known color: Wisteria. HEX triplet: CB, 88 and EC. RGB value is (203,136,236). Sum of RGB (Red+Green+Blue) = 203+136+236=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88EC is #347713. Grayscale: #A7A7A7. Windows color (decimal): -3438356 or 15501515. OLE color: 15501515.
HSL color Cylindrical-coordinate representation of color #CB88EC: hue angle of 280.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB88EC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 136 | 236 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.07 |
| HSL | 280.2º | 0.72% | 0.73% | - |
| HSV(B) | 280.2º | 0.42% | 0.93% | - |
| XYZ | 48.57 | 36.36 | 83.82 | - |
| YUV | 167.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 236 | 0.14 | 0.42 | 0 | 0.07 | 280.2 | 0.72 | 0.73 |
| Hex | CB | 88 | EC | E | 2A | 0 | 7 | 118 | 48 | 49 |
| Octal | 313 | 210 | 354 | 16 | 52 | 0 | 7 | 430 | 110 | 111 |
| Binary | 11001011 | 10001000 | 11101100 | 1110 | 101010 | 0 | 111 | 100011000 | 1001000 | 1001001 |
Color Harmonies of #CB88EC
Complementary color
Monochromatic Colors of #CB88EC
Black with #CB88EC
Text Example
Text Example
White with #CB88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88EC; }
p { color: rgb(203,136,236); }
H1.HeaderClassName
{
color: #CB88EC;
}
.AnyTagClassName
{
color: #CB88EC;
}
</style>
background-color css
<style>
a { background-color: #CB88EC; }
a { background-color: rgb(203,136,236); }
div.DivClassName
{
background-color: #CB88EC;
}
.BgClassName
{
background-color: #CB88EC;
}
</style>
border-color css
<style>
span { border-color: #CB88EC; }
span { border-color: rgb(203,136,236); }
td.TdClassName
{
border-color: #CB88EC;
}
.TagClassName
{
border-color: #CB88EC;
}
</style>