Shades of Wisteria #CC9DDE
Tints of Wisteria #CC9DDE
RGB
CMYK
RGB Variations
Color information
#CC9DDE (or 0xCC9DDE) is known color: Wisteria. HEX triplet: CC, 9D and DE. RGB value is (204,157,222). Sum of RGB (Red+Green+Blue) = 204+157+222=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DDE is #336221. Grayscale: #B2B2B2. Windows color (decimal): -3367458 or 14589388. OLE color: 14589388.
HSL color Cylindrical-coordinate representation of color #CC9DDE: hue angle of 283.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9DDE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 157 | 222 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.13 |
| HSL | 283.38º | 0.5% | 0.74% | - |
| HSV(B) | 283.38º | 0.29% | 0.87% | - |
| XYZ | 50.14 | 42.23 | 74.61 | - |
| YUV | 178.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 222 | 0.08 | 0.29 | 0 | 0.13 | 283.38 | 0.5 | 0.74 |
| Hex | CC | 9D | DE | 8 | 1D | 0 | D | 11B | 32 | 4A |
| Octal | 314 | 235 | 336 | 10 | 35 | 0 | 15 | 433 | 62 | 112 |
| Binary | 11001100 | 10011101 | 11011110 | 1000 | 11101 | 0 | 1101 | 100011011 | 110010 | 1001010 |
Color Harmonies of #CC9DDE
Complementary color
Monochromatic Colors of #CC9DDE
Black with #CC9DDE
Text Example
Text Example
White with #CC9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DDE; }
p { color: rgb(204,157,222); }
H1.HeaderClassName
{
color: #CC9DDE;
}
.AnyTagClassName
{
color: #CC9DDE;
}
</style>
background-color css
<style>
a { background-color: #CC9DDE; }
a { background-color: rgb(204,157,222); }
div.DivClassName
{
background-color: #CC9DDE;
}
.BgClassName
{
background-color: #CC9DDE;
}
</style>
border-color css
<style>
span { border-color: #CC9DDE; }
span { border-color: rgb(204,157,222); }
td.TdClassName
{
border-color: #CC9DDE;
}
.TagClassName
{
border-color: #CC9DDE;
}
</style>