Shades of Wisteria #CD9CE0
Tints of Wisteria #CD9CE0
RGB
CMYK
RGB Variations
Color information
#CD9CE0 (or 0xCD9CE0) is known color: Wisteria. HEX triplet: CD, 9C and E0. RGB value is (205,156,224). Sum of RGB (Red+Green+Blue) = 205+156+224=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CE0 is #32631F. Grayscale: #B2B2B2. Windows color (decimal): -3302176 or 14720205. OLE color: 14720205.
HSL color Cylindrical-coordinate representation of color #CD9CE0: hue angle of 283.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9CE0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 156 | 224 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.12 |
| HSL | 283.24º | 0.52% | 0.75% | - |
| HSV(B) | 283.24º | 0.3% | 0.88% | - |
| XYZ | 50.52 | 42.14 | 75.99 | - |
| YUV | 178.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 224 | 0.08 | 0.30 | 0 | 0.12 | 283.24 | 0.52 | 0.75 |
| Hex | CD | 9C | E0 | 8 | 1E | 0 | C | 11B | 34 | 4B |
| Octal | 315 | 234 | 340 | 10 | 36 | 0 | 14 | 433 | 64 | 113 |
| Binary | 11001101 | 10011100 | 11100000 | 1000 | 11110 | 0 | 1100 | 100011011 | 110100 | 1001011 |
Color Harmonies of #CD9CE0
Complementary color
Monochromatic Colors of #CD9CE0
Black with #CD9CE0
Text Example
Text Example
White with #CD9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9CE0; }
p { color: rgb(205,156,224); }
H1.HeaderClassName
{
color: #CD9CE0;
}
.AnyTagClassName
{
color: #CD9CE0;
}
</style>
background-color css
<style>
a { background-color: #CD9CE0; }
a { background-color: rgb(205,156,224); }
div.DivClassName
{
background-color: #CD9CE0;
}
.BgClassName
{
background-color: #CD9CE0;
}
</style>
border-color css
<style>
span { border-color: #CD9CE0; }
span { border-color: rgb(205,156,224); }
td.TdClassName
{
border-color: #CD9CE0;
}
.TagClassName
{
border-color: #CD9CE0;
}
</style>