Shades of Wisteria #CB88ED
Tints of Wisteria #CB88ED
RGB
CMYK
RGB Variations
Color information
#CB88ED (or 0xCB88ED) is known color: Wisteria. HEX triplet: CB, 88 and ED. RGB value is (203,136,237). Sum of RGB (Red+Green+Blue) = 203+136+237=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88ED is #347712. Grayscale: #A7A7A7. Windows color (decimal): -3438355 or 15567051. OLE color: 15567051.
HSL color Cylindrical-coordinate representation of color #CB88ED: hue angle of 279.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB88ED is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 136 | 237 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.07 |
| HSL | 279.8º | 0.74% | 0.73% | - |
| HSV(B) | 279.8º | 0.43% | 0.93% | - |
| XYZ | 48.72 | 36.42 | 84.58 | - |
| YUV | 167.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 237 | 0.14 | 0.43 | 0 | 0.07 | 279.8 | 0.74 | 0.73 |
| Hex | CB | 88 | ED | E | 2B | 0 | 7 | 118 | 4A | 49 |
| Octal | 313 | 210 | 355 | 16 | 53 | 0 | 7 | 430 | 112 | 111 |
| Binary | 11001011 | 10001000 | 11101101 | 1110 | 101011 | 0 | 111 | 100011000 | 1001010 | 1001001 |
Color Harmonies of #CB88ED
Complementary color
Monochromatic Colors of #CB88ED
Black with #CB88ED
Text Example
Text Example
White with #CB88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88ED; }
p { color: rgb(203,136,237); }
H1.HeaderClassName
{
color: #CB88ED;
}
.AnyTagClassName
{
color: #CB88ED;
}
</style>
background-color css
<style>
a { background-color: #CB88ED; }
a { background-color: rgb(203,136,237); }
div.DivClassName
{
background-color: #CB88ED;
}
.BgClassName
{
background-color: #CB88ED;
}
</style>
border-color css
<style>
span { border-color: #CB88ED; }
span { border-color: rgb(203,136,237); }
td.TdClassName
{
border-color: #CB88ED;
}
.TagClassName
{
border-color: #CB88ED;
}
</style>