Shades of Wisteria #CCA0DC
Tints of Wisteria #CCA0DC
RGB
CMYK
RGB Variations
Color information
#CCA0DC (or 0xCCA0DC) is known color: Wisteria. HEX triplet: CC, A0 and DC. RGB value is (204,160,220). Sum of RGB (Red+Green+Blue) = 204+160+220=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0DC is #335F23. Grayscale: #B3B3B3. Windows color (decimal): -3366692 or 14459084. OLE color: 14459084.
HSL color Cylindrical-coordinate representation of color #CCA0DC: hue angle of 284º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA0DC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 160 | 220 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.14 |
| HSL | 284º | 0.46% | 0.75% | - |
| HSV(B) | 284º | 0.27% | 0.86% | - |
| XYZ | 50.39 | 43.15 | 73.38 | - |
| YUV | 180 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 220 | 0.07 | 0.27 | 0 | 0.14 | 284 | 0.46 | 0.75 |
| Hex | CC | A0 | DC | 7 | 1B | 0 | E | 11C | 2E | 4B |
| Octal | 314 | 240 | 334 | 7 | 33 | 0 | 16 | 434 | 56 | 113 |
| Binary | 11001100 | 10100000 | 11011100 | 111 | 11011 | 0 | 1110 | 100011100 | 101110 | 1001011 |
Color Harmonies of #CCA0DC
Complementary color
Monochromatic Colors of #CCA0DC
Black with #CCA0DC
Text Example
Text Example
White with #CCA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0DC; }
p { color: rgb(204,160,220); }
H1.HeaderClassName
{
color: #CCA0DC;
}
.AnyTagClassName
{
color: #CCA0DC;
}
</style>
background-color css
<style>
a { background-color: #CCA0DC; }
a { background-color: rgb(204,160,220); }
div.DivClassName
{
background-color: #CCA0DC;
}
.BgClassName
{
background-color: #CCA0DC;
}
</style>
border-color css
<style>
span { border-color: #CCA0DC; }
span { border-color: rgb(204,160,220); }
td.TdClassName
{
border-color: #CCA0DC;
}
.TagClassName
{
border-color: #CCA0DC;
}
</style>