Shades of Wisteria #CD9DE7
Tints of Wisteria #CD9DE7
RGB
CMYK
RGB Variations
Color information
#CD9DE7 (or 0xCD9DE7) is known color: Wisteria. HEX triplet: CD, 9D and E7. RGB value is (205,157,231). Sum of RGB (Red+Green+Blue) = 205+157+231=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DE7 is #326218. Grayscale: #B3B3B3. Windows color (decimal): -3301913 or 15179213. OLE color: 15179213.
HSL color Cylindrical-coordinate representation of color #CD9DE7: hue angle of 278.92º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9DE7 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 157 | 231 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.09 |
| HSL | 278.92º | 0.61% | 0.76% | - |
| HSV(B) | 278.92º | 0.32% | 0.91% | - |
| XYZ | 51.66 | 42.86 | 81.15 | - |
| YUV | 179.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 231 | 0.11 | 0.32 | 0 | 0.09 | 278.92 | 0.61 | 0.76 |
| Hex | CD | 9D | E7 | B | 20 | 0 | 9 | 117 | 3D | 4C |
| Octal | 315 | 235 | 347 | 13 | 40 | 0 | 11 | 427 | 75 | 114 |
| Binary | 11001101 | 10011101 | 11100111 | 1011 | 100000 | 0 | 1001 | 100010111 | 111101 | 1001100 |
Color Harmonies of #CD9DE7
Complementary color
Monochromatic Colors of #CD9DE7
Black with #CD9DE7
Text Example
Text Example
White with #CD9DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9DE7; }
p { color: rgb(205,157,231); }
H1.HeaderClassName
{
color: #CD9DE7;
}
.AnyTagClassName
{
color: #CD9DE7;
}
</style>
background-color css
<style>
a { background-color: #CD9DE7; }
a { background-color: rgb(205,157,231); }
div.DivClassName
{
background-color: #CD9DE7;
}
.BgClassName
{
background-color: #CD9DE7;
}
</style>
border-color css
<style>
span { border-color: #CD9DE7; }
span { border-color: rgb(205,157,231); }
td.TdClassName
{
border-color: #CD9DE7;
}
.TagClassName
{
border-color: #CD9DE7;
}
</style>