Shades of Wisteria #CB9CDD
Tints of Wisteria #CB9CDD
RGB
CMYK
RGB Variations
Color information
#CB9CDD (or 0xCB9CDD) is known color: Wisteria. HEX triplet: CB, 9C and DD. RGB value is (203,156,221). Sum of RGB (Red+Green+Blue) = 203+156+221=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDD is #346322. Grayscale: #B1B1B1. Windows color (decimal): -3433251 or 14523595. OLE color: 14523595.
HSL color Cylindrical-coordinate representation of color #CB9CDD: hue angle of 283.38º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9CDD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 156 | 221 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.13 |
| HSL | 283.38º | 0.49% | 0.74% | - |
| HSV(B) | 283.38º | 0.29% | 0.87% | - |
| XYZ | 49.57 | 41.69 | 73.84 | - |
| YUV | 177.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 221 | 0.08 | 0.29 | 0 | 0.13 | 283.38 | 0.49 | 0.74 |
| Hex | CB | 9C | DD | 8 | 1D | 0 | D | 11B | 31 | 4A |
| Octal | 313 | 234 | 335 | 10 | 35 | 0 | 15 | 433 | 61 | 112 |
| Binary | 11001011 | 10011100 | 11011101 | 1000 | 11101 | 0 | 1101 | 100011011 | 110001 | 1001010 |
Color Harmonies of #CB9CDD
Complementary color
Monochromatic Colors of #CB9CDD
Black with #CB9CDD
Text Example
Text Example
White with #CB9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CDD; }
p { color: rgb(203,156,221); }
H1.HeaderClassName
{
color: #CB9CDD;
}
.AnyTagClassName
{
color: #CB9CDD;
}
</style>
background-color css
<style>
a { background-color: #CB9CDD; }
a { background-color: rgb(203,156,221); }
div.DivClassName
{
background-color: #CB9CDD;
}
.BgClassName
{
background-color: #CB9CDD;
}
</style>
border-color css
<style>
span { border-color: #CB9CDD; }
span { border-color: rgb(203,156,221); }
td.TdClassName
{
border-color: #CB9CDD;
}
.TagClassName
{
border-color: #CB9CDD;
}
</style>