Shades of Wisteria #CB9DED
Tints of Wisteria #CB9DED
RGB
CMYK
RGB Variations
Color information
#CB9DED (or 0xCB9DED) is known color: Wisteria. HEX triplet: CB, 9D and ED. RGB value is (203,157,237). Sum of RGB (Red+Green+Blue) = 203+157+237=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DED is #346212. Grayscale: #B3B3B3. Windows color (decimal): -3432979 or 15572427. OLE color: 15572427.
HSL color Cylindrical-coordinate representation of color #CB9DED: hue angle of 274.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9DED is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 157 | 237 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.07 |
| HSL | 274.5º | 0.69% | 0.77% | - |
| HSV(B) | 274.5º | 0.34% | 0.93% | - |
| XYZ | 51.97 | 42.92 | 85.67 | - |
| YUV | 179.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 237 | 0.14 | 0.34 | 0 | 0.07 | 274.5 | 0.69 | 0.77 |
| Hex | CB | 9D | ED | E | 22 | 0 | 7 | 112 | 45 | 4D |
| Octal | 313 | 235 | 355 | 16 | 42 | 0 | 7 | 422 | 105 | 115 |
| Binary | 11001011 | 10011101 | 11101101 | 1110 | 100010 | 0 | 111 | 100010010 | 1000101 | 1001101 |
Color Harmonies of #CB9DED
Complementary color
Monochromatic Colors of #CB9DED
Black with #CB9DED
Text Example
Text Example
White with #CB9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DED; }
p { color: rgb(203,157,237); }
H1.HeaderClassName
{
color: #CB9DED;
}
.AnyTagClassName
{
color: #CB9DED;
}
</style>
background-color css
<style>
a { background-color: #CB9DED; }
a { background-color: rgb(203,157,237); }
div.DivClassName
{
background-color: #CB9DED;
}
.BgClassName
{
background-color: #CB9DED;
}
</style>
border-color css
<style>
span { border-color: #CB9DED; }
span { border-color: rgb(203,157,237); }
td.TdClassName
{
border-color: #CB9DED;
}
.TagClassName
{
border-color: #CB9DED;
}
</style>