Shades of Wisteria #CB88F2
Tints of Wisteria #CB88F2
RGB
CMYK
RGB Variations
Color information
#CB88F2 (or 0xCB88F2) is known color: Wisteria. HEX triplet: CB, 88 and F2. RGB value is (203,136,242). Sum of RGB (Red+Green+Blue) = 203+136+242=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB88F2 is #34770D. Grayscale: #A7A7A7. Windows color (decimal): -3438350 or 15894731. OLE color: 15894731.
HSL color Cylindrical-coordinate representation of color #CB88F2: hue angle of 277.92º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB88F2 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 136 | 242 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.05 |
| HSL | 277.92º | 0.8% | 0.74% | - |
| HSV(B) | 277.92º | 0.44% | 0.95% | - |
| XYZ | 49.46 | 36.72 | 88.48 | - |
| YUV | 168.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 242 | 0.16 | 0.44 | 0 | 0.05 | 277.92 | 0.8 | 0.74 |
| Hex | CB | 88 | F2 | 10 | 2C | 0 | 5 | 116 | 50 | 4A |
| Octal | 313 | 210 | 362 | 20 | 54 | 0 | 5 | 426 | 120 | 112 |
| Binary | 11001011 | 10001000 | 11110010 | 10000 | 101100 | 0 | 101 | 100010110 | 1010000 | 1001010 |
Color Harmonies of #CB88F2
Complementary color
Monochromatic Colors of #CB88F2
Black with #CB88F2
Text Example
Text Example
White with #CB88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88F2; }
p { color: rgb(203,136,242); }
H1.HeaderClassName
{
color: #CB88F2;
}
.AnyTagClassName
{
color: #CB88F2;
}
</style>
background-color css
<style>
a { background-color: #CB88F2; }
a { background-color: rgb(203,136,242); }
div.DivClassName
{
background-color: #CB88F2;
}
.BgClassName
{
background-color: #CB88F2;
}
</style>
border-color css
<style>
span { border-color: #CB88F2; }
span { border-color: rgb(203,136,242); }
td.TdClassName
{
border-color: #CB88F2;
}
.TagClassName
{
border-color: #CB88F2;
}
</style>