Shades of Wisteria #CD9CE5
Tints of Wisteria #CD9CE5
RGB
CMYK
RGB Variations
Color information
#CD9CE5 (or 0xCD9CE5) is known color: Wisteria. HEX triplet: CD, 9C and E5. RGB value is (205,156,229). Sum of RGB (Red+Green+Blue) = 205+156+229=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD9CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CE5 is #32631A. Grayscale: #B2B2B2. Windows color (decimal): -3302171 or 15047885. OLE color: 15047885.
HSL color Cylindrical-coordinate representation of color #CD9CE5: hue angle of 280.27º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9CE5 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 156 | 229 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.10 |
| HSL | 280.27º | 0.58% | 0.75% | - |
| HSV(B) | 280.27º | 0.32% | 0.9% | - |
| XYZ | 51.21 | 42.41 | 79.62 | - |
| YUV | 178.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 229 | 0.10 | 0.32 | 0 | 0.10 | 280.27 | 0.58 | 0.75 |
| Hex | CD | 9C | E5 | A | 20 | 0 | A | 118 | 3A | 4B |
| Octal | 315 | 234 | 345 | 12 | 40 | 0 | 12 | 430 | 72 | 113 |
| Binary | 11001101 | 10011100 | 11100101 | 1010 | 100000 | 0 | 1010 | 100011000 | 111010 | 1001011 |
Color Harmonies of #CD9CE5
Complementary color
Monochromatic Colors of #CD9CE5
Black with #CD9CE5
Text Example
Text Example
White with #CD9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9CE5; }
p { color: rgb(205,156,229); }
H1.HeaderClassName
{
color: #CD9CE5;
}
.AnyTagClassName
{
color: #CD9CE5;
}
</style>
background-color css
<style>
a { background-color: #CD9CE5; }
a { background-color: rgb(205,156,229); }
div.DivClassName
{
background-color: #CD9CE5;
}
.BgClassName
{
background-color: #CD9CE5;
}
</style>
border-color css
<style>
span { border-color: #CD9CE5; }
span { border-color: rgb(205,156,229); }
td.TdClassName
{
border-color: #CD9CE5;
}
.TagClassName
{
border-color: #CD9CE5;
}
</style>