Shades of Wisteria #CB91E5
Tints of Wisteria #CB91E5
RGB
CMYK
RGB Variations
Color information
#CB91E5 (or 0xCB91E5) is known color: Wisteria. HEX triplet: CB, 91 and E5. RGB value is (203,145,229). Sum of RGB (Red+Green+Blue) = 203+145+229=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91E5 is #346E1A. Grayscale: #ABABAB. Windows color (decimal): -3436059 or 15045067. OLE color: 15045067.
HSL color Cylindrical-coordinate representation of color #CB91E5: hue angle of 281.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB91E5 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 145 | 229 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.10 |
| HSL | 281.43º | 0.62% | 0.73% | - |
| HSV(B) | 281.43º | 0.37% | 0.9% | - |
| XYZ | 48.9 | 38.6 | 79 | - |
| YUV | 171.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 229 | 0.11 | 0.37 | 0 | 0.10 | 281.43 | 0.62 | 0.73 |
| Hex | CB | 91 | E5 | B | 25 | 0 | A | 119 | 3E | 49 |
| Octal | 313 | 221 | 345 | 13 | 45 | 0 | 12 | 431 | 76 | 111 |
| Binary | 11001011 | 10010001 | 11100101 | 1011 | 100101 | 0 | 1010 | 100011001 | 111110 | 1001001 |
Color Harmonies of #CB91E5
Complementary color
Monochromatic Colors of #CB91E5
Black with #CB91E5
Text Example
Text Example
White with #CB91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91E5; }
p { color: rgb(203,145,229); }
H1.HeaderClassName
{
color: #CB91E5;
}
.AnyTagClassName
{
color: #CB91E5;
}
</style>
background-color css
<style>
a { background-color: #CB91E5; }
a { background-color: rgb(203,145,229); }
div.DivClassName
{
background-color: #CB91E5;
}
.BgClassName
{
background-color: #CB91E5;
}
</style>
border-color css
<style>
span { border-color: #CB91E5; }
span { border-color: rgb(203,145,229); }
td.TdClassName
{
border-color: #CB91E5;
}
.TagClassName
{
border-color: #CB91E5;
}
</style>