Shades of Wisteria #CB90E5
Tints of Wisteria #CB90E5
RGB
CMYK
RGB Variations
Color information
#CB90E5 (or 0xCB90E5) is known color: Wisteria. HEX triplet: CB, 90 and E5. RGB value is (203,144,229). Sum of RGB (Red+Green+Blue) = 203+144+229=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90E5 is #346F1A. Grayscale: #ABABAB. Windows color (decimal): -3436315 or 15044811. OLE color: 15044811.
HSL color Cylindrical-coordinate representation of color #CB90E5: hue angle of 281.65º 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 #CB90E5 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 144 | 229 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.10 |
| HSL | 281.65º | 0.62% | 0.73% | - |
| HSV(B) | 281.65º | 0.37% | 0.9% | - |
| XYZ | 48.74 | 38.3 | 78.95 | - |
| YUV | 171.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 229 | 0.11 | 0.37 | 0 | 0.10 | 281.65 | 0.62 | 0.73 |
| Hex | CB | 90 | E5 | B | 25 | 0 | A | 11A | 3E | 49 |
| Octal | 313 | 220 | 345 | 13 | 45 | 0 | 12 | 432 | 76 | 111 |
| Binary | 11001011 | 10010000 | 11100101 | 1011 | 100101 | 0 | 1010 | 100011010 | 111110 | 1001001 |
Color Harmonies of #CB90E5
Complementary color
Monochromatic Colors of #CB90E5
Black with #CB90E5
Text Example
Text Example
White with #CB90E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90E5; }
p { color: rgb(203,144,229); }
H1.HeaderClassName
{
color: #CB90E5;
}
.AnyTagClassName
{
color: #CB90E5;
}
</style>
background-color css
<style>
a { background-color: #CB90E5; }
a { background-color: rgb(203,144,229); }
div.DivClassName
{
background-color: #CB90E5;
}
.BgClassName
{
background-color: #CB90E5;
}
</style>
border-color css
<style>
span { border-color: #CB90E5; }
span { border-color: rgb(203,144,229); }
td.TdClassName
{
border-color: #CB90E5;
}
.TagClassName
{
border-color: #CB90E5;
}
</style>