Shades of Wisteria #CB8EE0
Tints of Wisteria #CB8EE0
RGB
CMYK
RGB Variations
Color information
#CB8EE0 (or 0xCB8EE0) is known color: Wisteria. HEX triplet: CB, 8E and E0. RGB value is (203,142,224). Sum of RGB (Red+Green+Blue) = 203+142+224=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EE0 is #34711F. Grayscale: #A9A9A9. Windows color (decimal): -3436832 or 14716619. OLE color: 14716619.
HSL color Cylindrical-coordinate representation of color #CB8EE0: hue angle of 284.63º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8EE0 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 142 | 224 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.12 |
| HSL | 284.63º | 0.57% | 0.72% | - |
| HSV(B) | 284.63º | 0.37% | 0.88% | - |
| XYZ | 47.76 | 37.42 | 75.23 | - |
| YUV | 169.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 224 | 0.09 | 0.37 | 0 | 0.12 | 284.63 | 0.57 | 0.72 |
| Hex | CB | 8E | E0 | 9 | 25 | 0 | C | 11D | 39 | 48 |
| Octal | 313 | 216 | 340 | 11 | 45 | 0 | 14 | 435 | 71 | 110 |
| Binary | 11001011 | 10001110 | 11100000 | 1001 | 100101 | 0 | 1100 | 100011101 | 111001 | 1001000 |
Color Harmonies of #CB8EE0
Complementary color
Monochromatic Colors of #CB8EE0
Black with #CB8EE0
Text Example
Text Example
White with #CB8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EE0; }
p { color: rgb(203,142,224); }
H1.HeaderClassName
{
color: #CB8EE0;
}
.AnyTagClassName
{
color: #CB8EE0;
}
</style>
background-color css
<style>
a { background-color: #CB8EE0; }
a { background-color: rgb(203,142,224); }
div.DivClassName
{
background-color: #CB8EE0;
}
.BgClassName
{
background-color: #CB8EE0;
}
</style>
border-color css
<style>
span { border-color: #CB8EE0; }
span { border-color: rgb(203,142,224); }
td.TdClassName
{
border-color: #CB8EE0;
}
.TagClassName
{
border-color: #CB8EE0;
}
</style>