Shades of Wisteria #CD9BDC
Tints of Wisteria #CD9BDC
RGB
CMYK
RGB Variations
Color information
#CD9BDC (or 0xCD9BDC) is known color: Wisteria. HEX triplet: CD, 9B and DC. RGB value is (205,155,220). Sum of RGB (Red+Green+Blue) = 205+155+220=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BDC is #326423. Grayscale: #B1B1B1. Windows color (decimal): -3302436 or 14457805. OLE color: 14457805.
HSL color Cylindrical-coordinate representation of color #CD9BDC: hue angle of 286.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9BDC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 155 | 220 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.14 |
| HSL | 286.15º | 0.48% | 0.74% | - |
| HSV(B) | 286.15º | 0.3% | 0.86% | - |
| XYZ | 49.82 | 41.59 | 73.11 | - |
| YUV | 177.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 155 | 220 | 0.07 | 0.30 | 0 | 0.14 | 286.15 | 0.48 | 0.74 |
| Hex | CD | 9B | DC | 7 | 1E | 0 | E | 11E | 30 | 4A |
| Octal | 315 | 233 | 334 | 7 | 36 | 0 | 16 | 436 | 60 | 112 |
| Binary | 11001101 | 10011011 | 11011100 | 111 | 11110 | 0 | 1110 | 100011110 | 110000 | 1001010 |
Color Harmonies of #CD9BDC
Complementary color
Monochromatic Colors of #CD9BDC
Black with #CD9BDC
Text Example
Text Example
White with #CD9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9BDC; }
p { color: rgb(205,155,220); }
H1.HeaderClassName
{
color: #CD9BDC;
}
.AnyTagClassName
{
color: #CD9BDC;
}
</style>
background-color css
<style>
a { background-color: #CD9BDC; }
a { background-color: rgb(205,155,220); }
div.DivClassName
{
background-color: #CD9BDC;
}
.BgClassName
{
background-color: #CD9BDC;
}
</style>
border-color css
<style>
span { border-color: #CD9BDC; }
span { border-color: rgb(205,155,220); }
td.TdClassName
{
border-color: #CD9BDC;
}
.TagClassName
{
border-color: #CD9BDC;
}
</style>