Shades of Wisteria #CB9CED
Tints of Wisteria #CB9CED
RGB
CMYK
RGB Variations
Color information
#CB9CED (or 0xCB9CED) is known color: Wisteria. HEX triplet: CB, 9C and ED. RGB value is (203,156,237). Sum of RGB (Red+Green+Blue) = 203+156+237=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CED is #346312. Grayscale: #B3B3B3. Windows color (decimal): -3433235 or 15572171. OLE color: 15572171.
HSL color Cylindrical-coordinate representation of color #CB9CED: hue angle of 274.81º 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 #CB9CED is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 156 | 237 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.07 |
| HSL | 274.81º | 0.69% | 0.77% | - |
| HSV(B) | 274.81º | 0.34% | 0.93% | - |
| XYZ | 51.8 | 42.59 | 85.61 | - |
| YUV | 179.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 237 | 0.14 | 0.34 | 0 | 0.07 | 274.81 | 0.69 | 0.77 |
| Hex | CB | 9C | ED | E | 22 | 0 | 7 | 113 | 45 | 4D |
| Octal | 313 | 234 | 355 | 16 | 42 | 0 | 7 | 423 | 105 | 115 |
| Binary | 11001011 | 10011100 | 11101101 | 1110 | 100010 | 0 | 111 | 100010011 | 1000101 | 1001101 |
Color Harmonies of #CB9CED
Complementary color
Monochromatic Colors of #CB9CED
Black with #CB9CED
Text Example
Text Example
White with #CB9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CED; }
p { color: rgb(203,156,237); }
H1.HeaderClassName
{
color: #CB9CED;
}
.AnyTagClassName
{
color: #CB9CED;
}
</style>
background-color css
<style>
a { background-color: #CB9CED; }
a { background-color: rgb(203,156,237); }
div.DivClassName
{
background-color: #CB9CED;
}
.BgClassName
{
background-color: #CB9CED;
}
</style>
border-color css
<style>
span { border-color: #CB9CED; }
span { border-color: rgb(203,156,237); }
td.TdClassName
{
border-color: #CB9CED;
}
.TagClassName
{
border-color: #CB9CED;
}
</style>