Shades of Wisteria #CB9EED
Tints of Wisteria #CB9EED
RGB
CMYK
RGB Variations
Color information
#CB9EED (or 0xCB9EED) is known color: Wisteria. HEX triplet: CB, 9E and ED. RGB value is (203,158,237). Sum of RGB (Red+Green+Blue) = 203+158+237=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EED is #346112. Grayscale: #B4B4B4. Windows color (decimal): -3432723 or 15572683. OLE color: 15572683.
HSL color Cylindrical-coordinate representation of color #CB9EED: hue angle of 274.18º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9EED is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 158 | 237 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.07 |
| HSL | 274.18º | 0.69% | 0.77% | - |
| HSV(B) | 274.18º | 0.33% | 0.93% | - |
| XYZ | 52.14 | 43.26 | 85.72 | - |
| YUV | 180.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 237 | 0.14 | 0.33 | 0 | 0.07 | 274.18 | 0.69 | 0.77 |
| Hex | CB | 9E | ED | E | 21 | 0 | 7 | 112 | 45 | 4D |
| Octal | 313 | 236 | 355 | 16 | 41 | 0 | 7 | 422 | 105 | 115 |
| Binary | 11001011 | 10011110 | 11101101 | 1110 | 100001 | 0 | 111 | 100010010 | 1000101 | 1001101 |
Color Harmonies of #CB9EED
Complementary color
Monochromatic Colors of #CB9EED
Black with #CB9EED
Text Example
Text Example
White with #CB9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9EED; }
p { color: rgb(203,158,237); }
H1.HeaderClassName
{
color: #CB9EED;
}
.AnyTagClassName
{
color: #CB9EED;
}
</style>
background-color css
<style>
a { background-color: #CB9EED; }
a { background-color: rgb(203,158,237); }
div.DivClassName
{
background-color: #CB9EED;
}
.BgClassName
{
background-color: #CB9EED;
}
</style>
border-color css
<style>
span { border-color: #CB9EED; }
span { border-color: rgb(203,158,237); }
td.TdClassName
{
border-color: #CB9EED;
}
.TagClassName
{
border-color: #CB9EED;
}
</style>