Shades of Wisteria #CB8BEB
Tints of Wisteria #CB8BEB
RGB
CMYK
RGB Variations
Color information
#CB8BEB (or 0xCB8BEB) is known color: Wisteria. HEX triplet: CB, 8B and EB. RGB value is (203,139,235). Sum of RGB (Red+Green+Blue) = 203+139+235=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8BEB is #347414. Grayscale: #A8A8A8. Windows color (decimal): -3437589 or 15436747. OLE color: 15436747.
HSL color Cylindrical-coordinate representation of color #CB8BEB: hue angle of 280º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB8BEB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 139 | 235 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.08 |
| HSL | 280º | 0.71% | 0.73% | - |
| HSV(B) | 280º | 0.41% | 0.92% | - |
| XYZ | 48.86 | 37.16 | 83.19 | - |
| YUV | 169.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 235 | 0.14 | 0.41 | 0 | 0.08 | 280 | 0.71 | 0.73 |
| Hex | CB | 8B | EB | E | 29 | 0 | 8 | 118 | 47 | 49 |
| Octal | 313 | 213 | 353 | 16 | 51 | 0 | 10 | 430 | 107 | 111 |
| Binary | 11001011 | 10001011 | 11101011 | 1110 | 101001 | 0 | 1000 | 100011000 | 1000111 | 1001001 |
Color Harmonies of #CB8BEB
Complementary color
Monochromatic Colors of #CB8BEB
Black with #CB8BEB
Text Example
Text Example
White with #CB8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BEB; }
p { color: rgb(203,139,235); }
H1.HeaderClassName
{
color: #CB8BEB;
}
.AnyTagClassName
{
color: #CB8BEB;
}
</style>
background-color css
<style>
a { background-color: #CB8BEB; }
a { background-color: rgb(203,139,235); }
div.DivClassName
{
background-color: #CB8BEB;
}
.BgClassName
{
background-color: #CB8BEB;
}
</style>
border-color css
<style>
span { border-color: #CB8BEB; }
span { border-color: rgb(203,139,235); }
td.TdClassName
{
border-color: #CB8BEB;
}
.TagClassName
{
border-color: #CB8BEB;
}
</style>