Shades of Wisteria #CB9CDC
Tints of Wisteria #CB9CDC
RGB
CMYK
RGB Variations
Color information
#CB9CDC (or 0xCB9CDC) is known color: Wisteria. HEX triplet: CB, 9C and DC. RGB value is (203,156,220). Sum of RGB (Red+Green+Blue) = 203+156+220=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDC is #346323. Grayscale: #B1B1B1. Windows color (decimal): -3433252 or 14458059. OLE color: 14458059.
HSL color Cylindrical-coordinate representation of color #CB9CDC: hue angle of 284.06º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9CDC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 156 | 220 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.14 |
| HSL | 284.06º | 0.48% | 0.74% | - |
| HSV(B) | 284.06º | 0.29% | 0.86% | - |
| XYZ | 49.44 | 41.64 | 73.14 | - |
| YUV | 177.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 220 | 0.08 | 0.29 | 0 | 0.14 | 284.06 | 0.48 | 0.74 |
| Hex | CB | 9C | DC | 8 | 1D | 0 | E | 11C | 30 | 4A |
| Octal | 313 | 234 | 334 | 10 | 35 | 0 | 16 | 434 | 60 | 112 |
| Binary | 11001011 | 10011100 | 11011100 | 1000 | 11101 | 0 | 1110 | 100011100 | 110000 | 1001010 |
Color Harmonies of #CB9CDC
Complementary color
Monochromatic Colors of #CB9CDC
Black with #CB9CDC
Text Example
Text Example
White with #CB9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CDC; }
p { color: rgb(203,156,220); }
H1.HeaderClassName
{
color: #CB9CDC;
}
.AnyTagClassName
{
color: #CB9CDC;
}
</style>
background-color css
<style>
a { background-color: #CB9CDC; }
a { background-color: rgb(203,156,220); }
div.DivClassName
{
background-color: #CB9CDC;
}
.BgClassName
{
background-color: #CB9CDC;
}
</style>
border-color css
<style>
span { border-color: #CB9CDC; }
span { border-color: rgb(203,156,220); }
td.TdClassName
{
border-color: #CB9CDC;
}
.TagClassName
{
border-color: #CB9CDC;
}
</style>