Shades of Wisteria #CD9DEA
Tints of Wisteria #CD9DEA
RGB
CMYK
RGB Variations
Color information
#CD9DEA (or 0xCD9DEA) is known color: Wisteria. HEX triplet: CD, 9D and EA. RGB value is (205,157,234). Sum of RGB (Red+Green+Blue) = 205+157+234=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DEA is #326215. Grayscale: #B3B3B3. Windows color (decimal): -3301910 or 15375821. OLE color: 15375821.
HSL color Cylindrical-coordinate representation of color #CD9DEA: hue angle of 277.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD9DEA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 157 | 234 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.08 |
| HSL | 277.4º | 0.65% | 0.77% | - |
| HSV(B) | 277.4º | 0.33% | 0.92% | - |
| XYZ | 52.09 | 43.03 | 83.4 | - |
| YUV | 180.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 234 | 0.12 | 0.33 | 0 | 0.08 | 277.4 | 0.65 | 0.77 |
| Hex | CD | 9D | EA | C | 21 | 0 | 8 | 115 | 41 | 4D |
| Octal | 315 | 235 | 352 | 14 | 41 | 0 | 10 | 425 | 101 | 115 |
| Binary | 11001101 | 10011101 | 11101010 | 1100 | 100001 | 0 | 1000 | 100010101 | 1000001 | 1001101 |
Color Harmonies of #CD9DEA
Complementary color
Monochromatic Colors of #CD9DEA
Black with #CD9DEA
Text Example
Text Example
White with #CD9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9DEA; }
p { color: rgb(205,157,234); }
H1.HeaderClassName
{
color: #CD9DEA;
}
.AnyTagClassName
{
color: #CD9DEA;
}
</style>
background-color css
<style>
a { background-color: #CD9DEA; }
a { background-color: rgb(205,157,234); }
div.DivClassName
{
background-color: #CD9DEA;
}
.BgClassName
{
background-color: #CD9DEA;
}
</style>
border-color css
<style>
span { border-color: #CD9DEA; }
span { border-color: rgb(205,157,234); }
td.TdClassName
{
border-color: #CD9DEA;
}
.TagClassName
{
border-color: #CD9DEA;
}
</style>