Shades of Wisteria #CD96E5
Tints of Wisteria #CD96E5
RGB
CMYK
RGB Variations
Color information
#CD96E5 (or 0xCD96E5) is known color: Wisteria. HEX triplet: CD, 96 and E5. RGB value is (205,150,229). Sum of RGB (Red+Green+Blue) = 205+150+229=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96E5 is #32691A. Grayscale: #AFAFAF. Windows color (decimal): -3303707 or 15046349. OLE color: 15046349.
HSL color Cylindrical-coordinate representation of color #CD96E5: hue angle of 281.77º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD96E5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 150 | 229 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.10 |
| HSL | 281.77º | 0.6% | 0.74% | - |
| HSV(B) | 281.77º | 0.34% | 0.9% | - |
| XYZ | 50.23 | 40.45 | 79.29 | - |
| YUV | 175.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 150 | 229 | 0.10 | 0.34 | 0 | 0.10 | 281.77 | 0.6 | 0.74 |
| Hex | CD | 96 | E5 | A | 22 | 0 | A | 11A | 3C | 4A |
| Octal | 315 | 226 | 345 | 12 | 42 | 0 | 12 | 432 | 74 | 112 |
| Binary | 11001101 | 10010110 | 11100101 | 1010 | 100010 | 0 | 1010 | 100011010 | 111100 | 1001010 |
Color Harmonies of #CD96E5
Complementary color
Monochromatic Colors of #CD96E5
Black with #CD96E5
Text Example
Text Example
White with #CD96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD96E5; }
p { color: rgb(205,150,229); }
H1.HeaderClassName
{
color: #CD96E5;
}
.AnyTagClassName
{
color: #CD96E5;
}
</style>
background-color css
<style>
a { background-color: #CD96E5; }
a { background-color: rgb(205,150,229); }
div.DivClassName
{
background-color: #CD96E5;
}
.BgClassName
{
background-color: #CD96E5;
}
</style>
border-color css
<style>
span { border-color: #CD96E5; }
span { border-color: rgb(205,150,229); }
td.TdClassName
{
border-color: #CD96E5;
}
.TagClassName
{
border-color: #CD96E5;
}
</style>