Shades of Wisteria #CC8EDC
Tints of Wisteria #CC8EDC
RGB
CMYK
RGB Variations
Color information
#CC8EDC (or 0xCC8EDC) is known color: Wisteria. HEX triplet: CC, 8E and DC. RGB value is (204,142,220). Sum of RGB (Red+Green+Blue) = 204+142+220=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EDC is #337123. Grayscale: #A9A9A9. Windows color (decimal): -3371300 or 14454476. OLE color: 14454476.
HSL color Cylindrical-coordinate representation of color #CC8EDC: hue angle of 287.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8EDC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 142 | 220 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.14 |
| HSL | 287.69º | 0.53% | 0.71% | - |
| HSV(B) | 287.69º | 0.35% | 0.86% | - |
| XYZ | 47.49 | 37.35 | 72.42 | - |
| YUV | 169.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 220 | 0.07 | 0.35 | 0 | 0.14 | 287.69 | 0.53 | 0.71 |
| Hex | CC | 8E | DC | 7 | 23 | 0 | E | 120 | 35 | 47 |
| Octal | 314 | 216 | 334 | 7 | 43 | 0 | 16 | 440 | 65 | 107 |
| Binary | 11001100 | 10001110 | 11011100 | 111 | 100011 | 0 | 1110 | 100100000 | 110101 | 1000111 |
Color Harmonies of #CC8EDC
Complementary color
Monochromatic Colors of #CC8EDC
Black with #CC8EDC
Text Example
Text Example
White with #CC8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EDC; }
p { color: rgb(204,142,220); }
H1.HeaderClassName
{
color: #CC8EDC;
}
.AnyTagClassName
{
color: #CC8EDC;
}
</style>
background-color css
<style>
a { background-color: #CC8EDC; }
a { background-color: rgb(204,142,220); }
div.DivClassName
{
background-color: #CC8EDC;
}
.BgClassName
{
background-color: #CC8EDC;
}
</style>
border-color css
<style>
span { border-color: #CC8EDC; }
span { border-color: rgb(204,142,220); }
td.TdClassName
{
border-color: #CC8EDC;
}
.TagClassName
{
border-color: #CC8EDC;
}
</style>