Shades of Wisteria #CD9CE6
Tints of Wisteria #CD9CE6
RGB
CMYK
RGB Variations
Color information
#CD9CE6 (or 0xCD9CE6) is known color: Wisteria. HEX triplet: CD, 9C and E6. RGB value is (205,156,230). Sum of RGB (Red+Green+Blue) = 205+156+230=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD9CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CE6 is #326319. Grayscale: #B2B2B2. Windows color (decimal): -3302170 or 15113421. OLE color: 15113421.
HSL color Cylindrical-coordinate representation of color #CD9CE6: hue angle of 279.73º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD9CE6 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 156 | 230 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.10 |
| HSL | 279.73º | 0.6% | 0.76% | - |
| HSV(B) | 279.73º | 0.32% | 0.9% | - |
| XYZ | 51.35 | 42.47 | 80.35 | - |
| YUV | 179.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 230 | 0.11 | 0.32 | 0 | 0.10 | 279.73 | 0.6 | 0.76 |
| Hex | CD | 9C | E6 | B | 20 | 0 | A | 118 | 3C | 4C |
| Octal | 315 | 234 | 346 | 13 | 40 | 0 | 12 | 430 | 74 | 114 |
| Binary | 11001101 | 10011100 | 11100110 | 1011 | 100000 | 0 | 1010 | 100011000 | 111100 | 1001100 |
Color Harmonies of #CD9CE6
Complementary color
Monochromatic Colors of #CD9CE6
Black with #CD9CE6
Text Example
Text Example
White with #CD9CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9CE6; }
p { color: rgb(205,156,230); }
H1.HeaderClassName
{
color: #CD9CE6;
}
.AnyTagClassName
{
color: #CD9CE6;
}
</style>
background-color css
<style>
a { background-color: #CD9CE6; }
a { background-color: rgb(205,156,230); }
div.DivClassName
{
background-color: #CD9CE6;
}
.BgClassName
{
background-color: #CD9CE6;
}
</style>
border-color css
<style>
span { border-color: #CD9CE6; }
span { border-color: rgb(205,156,230); }
td.TdClassName
{
border-color: #CD9CE6;
}
.TagClassName
{
border-color: #CD9CE6;
}
</style>