Shades of Wisteria #CD9FDC
Tints of Wisteria #CD9FDC
RGB
CMYK
RGB Variations
Color information
#CD9FDC (or 0xCD9FDC) is known color: Wisteria. HEX triplet: CD, 9F and DC. RGB value is (205,159,220). Sum of RGB (Red+Green+Blue) = 205+159+220=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FDC is #326023. Grayscale: #B3B3B3. Windows color (decimal): -3301412 or 14458829. OLE color: 14458829.
HSL color Cylindrical-coordinate representation of color #CD9FDC: hue angle of 285.25º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9FDC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 159 | 220 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.14 |
| HSL | 285.25º | 0.47% | 0.74% | - |
| HSV(B) | 285.25º | 0.28% | 0.86% | - |
| XYZ | 50.49 | 42.94 | 73.34 | - |
| YUV | 179.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 159 | 220 | 0.07 | 0.28 | 0 | 0.14 | 285.25 | 0.47 | 0.74 |
| Hex | CD | 9F | DC | 7 | 1C | 0 | E | 11D | 2F | 4A |
| Octal | 315 | 237 | 334 | 7 | 34 | 0 | 16 | 435 | 57 | 112 |
| Binary | 11001101 | 10011111 | 11011100 | 111 | 11100 | 0 | 1110 | 100011101 | 101111 | 1001010 |
Color Harmonies of #CD9FDC
Complementary color
Monochromatic Colors of #CD9FDC
Black with #CD9FDC
Text Example
Text Example
White with #CD9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9FDC; }
p { color: rgb(205,159,220); }
H1.HeaderClassName
{
color: #CD9FDC;
}
.AnyTagClassName
{
color: #CD9FDC;
}
</style>
background-color css
<style>
a { background-color: #CD9FDC; }
a { background-color: rgb(205,159,220); }
div.DivClassName
{
background-color: #CD9FDC;
}
.BgClassName
{
background-color: #CD9FDC;
}
</style>
border-color css
<style>
span { border-color: #CD9FDC; }
span { border-color: rgb(205,159,220); }
td.TdClassName
{
border-color: #CD9FDC;
}
.TagClassName
{
border-color: #CD9FDC;
}
</style>