Shades of Wisteria #CD9DDD
Tints of Wisteria #CD9DDD
RGB
CMYK
RGB Variations
Color information
#CD9DDD (or 0xCD9DDD) is known color: Wisteria. HEX triplet: CD, 9D and DD. RGB value is (205,157,221). Sum of RGB (Red+Green+Blue) = 205+157+221=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DDD is #326222. Grayscale: #B2B2B2. Windows color (decimal): -3301923 or 14523853. OLE color: 14523853.
HSL color Cylindrical-coordinate representation of color #CD9DDD: hue angle of 285º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD9DDD is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 157 | 221 | - |
CMYK | 0.07 | 0.29 | 0 | 0.13 |
HSL | 285º | 0.48% | 0.74% | - |
HSV(B) | 285º | 0.29% | 0.87% | - |
XYZ | 50.28 | 42.31 | 73.92 | - |
YUV | 178.65 | 151.9 | 146.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 157 | 221 | 0.07 | 0.29 | 0 | 0.13 | 285 | 0.48 | 0.74 |
Hex | CD | 9D | DD | 7 | 1D | 0 | D | 11D | 30 | 4A |
Octal | 315 | 235 | 335 | 7 | 35 | 0 | 15 | 435 | 60 | 112 |
Binary | 11001101 | 10011101 | 11011101 | 111 | 11101 | 0 | 1101 | 100011101 | 110000 | 1001010 |
Color Harmonies of #CD9DDD
Complementary color
Monochromatic Colors of #CD9DDD
Black with #CD9DDD
Text Example
Text Example
White with #CD9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9DDD; }
p { color: rgb(205,157,221); }
H1.HeaderClassName
{
color: #CD9DDD;
}
.AnyTagClassName
{
color: #CD9DDD;
}
</style>
background-color css
<style>
a { background-color: #CD9DDD; }
a { background-color: rgb(205,157,221); }
div.DivClassName
{
background-color: #CD9DDD;
}
.BgClassName
{
background-color: #CD9DDD;
}
</style>
border-color css
<style>
span { border-color: #CD9DDD; }
span { border-color: rgb(205,157,221); }
td.TdClassName
{
border-color: #CD9DDD;
}
.TagClassName
{
border-color: #CD9DDD;
}
</style>