Shades of Wisteria #CB82E5
Tints of Wisteria #CB82E5
RGB
CMYK
RGB Variations
Color information
#CB82E5 (or 0xCB82E5) is known color: Wisteria. HEX triplet: CB, 82 and E5. RGB value is (203,130,229). Sum of RGB (Red+Green+Blue) = 203+130+229=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB82E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82E5 is #347D1A. Grayscale: #A2A2A2. Windows color (decimal): -3439899 or 15041227. OLE color: 15041227.
HSL color Cylindrical-coordinate representation of color #CB82E5: hue angle of 284.24º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB82E5 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 130 | 229 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.10 |
| HSL | 284.24º | 0.66% | 0.7% | - |
| HSV(B) | 284.24º | 0.43% | 0.9% | - |
| XYZ | 46.75 | 34.32 | 78.29 | - |
| YUV | 163.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 229 | 0.11 | 0.43 | 0 | 0.10 | 284.24 | 0.66 | 0.7 |
| Hex | CB | 82 | E5 | B | 2B | 0 | A | 11C | 42 | 46 |
| Octal | 313 | 202 | 345 | 13 | 53 | 0 | 12 | 434 | 102 | 106 |
| Binary | 11001011 | 10000010 | 11100101 | 1011 | 101011 | 0 | 1010 | 100011100 | 1000010 | 1000110 |
Color Harmonies of #CB82E5
Complementary color
Monochromatic Colors of #CB82E5
Black with #CB82E5
Text Example
Text Example
White with #CB82E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82E5; }
p { color: rgb(203,130,229); }
H1.HeaderClassName
{
color: #CB82E5;
}
.AnyTagClassName
{
color: #CB82E5;
}
</style>
background-color css
<style>
a { background-color: #CB82E5; }
a { background-color: rgb(203,130,229); }
div.DivClassName
{
background-color: #CB82E5;
}
.BgClassName
{
background-color: #CB82E5;
}
</style>
border-color css
<style>
span { border-color: #CB82E5; }
span { border-color: rgb(203,130,229); }
td.TdClassName
{
border-color: #CB82E5;
}
.TagClassName
{
border-color: #CB82E5;
}
</style>