Shades of Wisteria #CD9BDF
Tints of Wisteria #CD9BDF
RGB
CMYK
RGB Variations
Color information
#CD9BDF (or 0xCD9BDF) is known color: Wisteria. HEX triplet: CD, 9B and DF. RGB value is (205,155,223). Sum of RGB (Red+Green+Blue) = 205+155+223=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BDF is #326420. Grayscale: #B1B1B1. Windows color (decimal): -3302433 or 14654413. OLE color: 14654413.
HSL color Cylindrical-coordinate representation of color #CD9BDF: hue angle of 284.12º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9BDF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 155 | 223 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.13 |
| HSL | 284.12º | 0.52% | 0.74% | - |
| HSV(B) | 284.12º | 0.3% | 0.87% | - |
| XYZ | 50.22 | 41.75 | 75.22 | - |
| YUV | 177.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 155 | 223 | 0.08 | 0.30 | 0 | 0.13 | 284.12 | 0.52 | 0.74 |
| Hex | CD | 9B | DF | 8 | 1E | 0 | D | 11C | 34 | 4A |
| Octal | 315 | 233 | 337 | 10 | 36 | 0 | 15 | 434 | 64 | 112 |
| Binary | 11001101 | 10011011 | 11011111 | 1000 | 11110 | 0 | 1101 | 100011100 | 110100 | 1001010 |
Color Harmonies of #CD9BDF
Complementary color
Monochromatic Colors of #CD9BDF
Black with #CD9BDF
Text Example
Text Example
White with #CD9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9BDF; }
p { color: rgb(205,155,223); }
H1.HeaderClassName
{
color: #CD9BDF;
}
.AnyTagClassName
{
color: #CD9BDF;
}
</style>
background-color css
<style>
a { background-color: #CD9BDF; }
a { background-color: rgb(205,155,223); }
div.DivClassName
{
background-color: #CD9BDF;
}
.BgClassName
{
background-color: #CD9BDF;
}
</style>
border-color css
<style>
span { border-color: #CD9BDF; }
span { border-color: rgb(205,155,223); }
td.TdClassName
{
border-color: #CD9BDF;
}
.TagClassName
{
border-color: #CD9BDF;
}
</style>