Shades of Wisteria #CCA8DC
Tints of Wisteria #CCA8DC
RGB
CMYK
RGB Variations
Color information
#CCA8DC (or 0xCCA8DC) is known color: Wisteria. HEX triplet: CC, A8 and DC. RGB value is (204,168,220). Sum of RGB (Red+Green+Blue) = 204+168+220=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DC is #335723. Grayscale: #B8B8B8. Windows color (decimal): -3364644 or 14461132. OLE color: 14461132.
HSL color Cylindrical-coordinate representation of color #CCA8DC: hue angle of 281.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA8DC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 168 | 220 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.14 |
| HSL | 281.54º | 0.43% | 0.76% | - |
| HSV(B) | 281.54º | 0.24% | 0.86% | - |
| XYZ | 51.82 | 46.01 | 73.86 | - |
| YUV | 184.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 220 | 0.07 | 0.24 | 0 | 0.14 | 281.54 | 0.43 | 0.76 |
| Hex | CC | A8 | DC | 7 | 18 | 0 | E | 11A | 2B | 4C |
| Octal | 314 | 250 | 334 | 7 | 30 | 0 | 16 | 432 | 53 | 114 |
| Binary | 11001100 | 10101000 | 11011100 | 111 | 11000 | 0 | 1110 | 100011010 | 101011 | 1001100 |
Color Harmonies of #CCA8DC
Complementary color
Monochromatic Colors of #CCA8DC
Black with #CCA8DC
Text Example
Text Example
White with #CCA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8DC; }
p { color: rgb(204,168,220); }
H1.HeaderClassName
{
color: #CCA8DC;
}
.AnyTagClassName
{
color: #CCA8DC;
}
</style>
background-color css
<style>
a { background-color: #CCA8DC; }
a { background-color: rgb(204,168,220); }
div.DivClassName
{
background-color: #CCA8DC;
}
.BgClassName
{
background-color: #CCA8DC;
}
</style>
border-color css
<style>
span { border-color: #CCA8DC; }
span { border-color: rgb(204,168,220); }
td.TdClassName
{
border-color: #CCA8DC;
}
.TagClassName
{
border-color: #CCA8DC;
}
</style>