Shades of Wisteria #CC9ED4
Tints of Wisteria #CC9ED4
RGB
CMYK
RGB Variations
Color information
#CC9ED4 (or 0xCC9ED4) is known color: Wisteria. HEX triplet: CC, 9E and D4. RGB value is (204,158,212). Sum of RGB (Red+Green+Blue) = 204+158+212=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ED4 is #33612B. Grayscale: #B1B1B1. Windows color (decimal): -3367212 or 13934284. OLE color: 13934284.
HSL color Cylindrical-coordinate representation of color #CC9ED4: hue angle of 291.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC9ED4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 158 | 212 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.17 |
| HSL | 291.11º | 0.39% | 0.73% | - |
| HSV(B) | 291.11º | 0.25% | 0.83% | - |
| XYZ | 49.01 | 42.04 | 67.82 | - |
| YUV | 177.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 212 | 0.04 | 0.25 | 0 | 0.17 | 291.11 | 0.39 | 0.73 |
| Hex | CC | 9E | D4 | 4 | 19 | 0 | 11 | 123 | 27 | 49 |
| Octal | 314 | 236 | 324 | 4 | 31 | 0 | 21 | 443 | 47 | 111 |
| Binary | 11001100 | 10011110 | 11010100 | 100 | 11001 | 0 | 10001 | 100100011 | 100111 | 1001001 |
Color Harmonies of #CC9ED4
Complementary color
Monochromatic Colors of #CC9ED4
Black with #CC9ED4
Text Example
Text Example
White with #CC9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9ED4; }
p { color: rgb(204,158,212); }
H1.HeaderClassName
{
color: #CC9ED4;
}
.AnyTagClassName
{
color: #CC9ED4;
}
</style>
background-color css
<style>
a { background-color: #CC9ED4; }
a { background-color: rgb(204,158,212); }
div.DivClassName
{
background-color: #CC9ED4;
}
.BgClassName
{
background-color: #CC9ED4;
}
</style>
border-color css
<style>
span { border-color: #CC9ED4; }
span { border-color: rgb(204,158,212); }
td.TdClassName
{
border-color: #CC9ED4;
}
.TagClassName
{
border-color: #CC9ED4;
}
</style>