Shades of Wisteria #CB9DEC
Tints of Wisteria #CB9DEC
RGB
CMYK
RGB Variations
Color information
#CB9DEC (or 0xCB9DEC) is known color: Wisteria. HEX triplet: CB, 9D and EC. RGB value is (203,157,236). Sum of RGB (Red+Green+Blue) = 203+157+236=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DEC is #346213. Grayscale: #B3B3B3. Windows color (decimal): -3432980 or 15506891. OLE color: 15506891.
HSL color Cylindrical-coordinate representation of color #CB9DEC: hue angle of 274.94º degrees, saturation: 0.68, 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 #CB9DEC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 157 | 236 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.07 |
| HSL | 274.94º | 0.68% | 0.77% | - |
| HSV(B) | 274.94º | 0.33% | 0.93% | - |
| XYZ | 51.83 | 42.87 | 84.9 | - |
| YUV | 179.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 236 | 0.14 | 0.33 | 0 | 0.07 | 274.94 | 0.68 | 0.77 |
| Hex | CB | 9D | EC | E | 21 | 0 | 7 | 113 | 44 | 4D |
| Octal | 313 | 235 | 354 | 16 | 41 | 0 | 7 | 423 | 104 | 115 |
| Binary | 11001011 | 10011101 | 11101100 | 1110 | 100001 | 0 | 111 | 100010011 | 1000100 | 1001101 |
Color Harmonies of #CB9DEC
Complementary color
Monochromatic Colors of #CB9DEC
Black with #CB9DEC
Text Example
Text Example
White with #CB9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DEC; }
p { color: rgb(203,157,236); }
H1.HeaderClassName
{
color: #CB9DEC;
}
.AnyTagClassName
{
color: #CB9DEC;
}
</style>
background-color css
<style>
a { background-color: #CB9DEC; }
a { background-color: rgb(203,157,236); }
div.DivClassName
{
background-color: #CB9DEC;
}
.BgClassName
{
background-color: #CB9DEC;
}
</style>
border-color css
<style>
span { border-color: #CB9DEC; }
span { border-color: rgb(203,157,236); }
td.TdClassName
{
border-color: #CB9DEC;
}
.TagClassName
{
border-color: #CB9DEC;
}
</style>