Shades of Wisteria #CC8DDC
Tints of Wisteria #CC8DDC
RGB
CMYK
RGB Variations
Color information
#CC8DDC (or 0xCC8DDC) is known color: Wisteria. HEX triplet: CC, 8D and DC. RGB value is (204,141,220). Sum of RGB (Red+Green+Blue) = 204+141+220=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DDC is #337223. Grayscale: #A8A8A8. Windows color (decimal): -3371556 or 14454220. OLE color: 14454220.
HSL color Cylindrical-coordinate representation of color #CC8DDC: hue angle of 287.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8DDC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 141 | 220 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.14 |
| HSL | 287.85º | 0.53% | 0.71% | - |
| HSV(B) | 287.85º | 0.36% | 0.86% | - |
| XYZ | 47.34 | 37.05 | 72.37 | - |
| YUV | 168.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 220 | 0.07 | 0.36 | 0 | 0.14 | 287.85 | 0.53 | 0.71 |
| Hex | CC | 8D | DC | 7 | 24 | 0 | E | 120 | 35 | 47 |
| Octal | 314 | 215 | 334 | 7 | 44 | 0 | 16 | 440 | 65 | 107 |
| Binary | 11001100 | 10001101 | 11011100 | 111 | 100100 | 0 | 1110 | 100100000 | 110101 | 1000111 |
Color Harmonies of #CC8DDC
Complementary color
Monochromatic Colors of #CC8DDC
Black with #CC8DDC
Text Example
Text Example
White with #CC8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DDC; }
p { color: rgb(204,141,220); }
H1.HeaderClassName
{
color: #CC8DDC;
}
.AnyTagClassName
{
color: #CC8DDC;
}
</style>
background-color css
<style>
a { background-color: #CC8DDC; }
a { background-color: rgb(204,141,220); }
div.DivClassName
{
background-color: #CC8DDC;
}
.BgClassName
{
background-color: #CC8DDC;
}
</style>
border-color css
<style>
span { border-color: #CC8DDC; }
span { border-color: rgb(204,141,220); }
td.TdClassName
{
border-color: #CC8DDC;
}
.TagClassName
{
border-color: #CC8DDC;
}
</style>