Shades of Wisteria #CCA0E3
Tints of Wisteria #CCA0E3
RGB
CMYK
RGB Variations
Color information
#CCA0E3 (or 0xCCA0E3) is known color: Wisteria. HEX triplet: CC, A0 and E3. RGB value is (204,160,227). Sum of RGB (Red+Green+Blue) = 204+160+227=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCA0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0E3 is #335F1C. Grayscale: #B4B4B4. Windows color (decimal): -3366685 or 14917836. OLE color: 14917836.
HSL color Cylindrical-coordinate representation of color #CCA0E3: hue angle of 279.4º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA0E3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 160 | 227 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.11 |
| HSL | 279.4º | 0.54% | 0.76% | - |
| HSV(B) | 279.4º | 0.3% | 0.89% | - |
| XYZ | 51.34 | 43.53 | 78.37 | - |
| YUV | 180.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 227 | 0.10 | 0.30 | 0 | 0.11 | 279.4 | 0.54 | 0.76 |
| Hex | CC | A0 | E3 | A | 1E | 0 | B | 117 | 36 | 4C |
| Octal | 314 | 240 | 343 | 12 | 36 | 0 | 13 | 427 | 66 | 114 |
| Binary | 11001100 | 10100000 | 11100011 | 1010 | 11110 | 0 | 1011 | 100010111 | 110110 | 1001100 |
Color Harmonies of #CCA0E3
Complementary color
Monochromatic Colors of #CCA0E3
Black with #CCA0E3
Text Example
Text Example
White with #CCA0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0E3; }
p { color: rgb(204,160,227); }
H1.HeaderClassName
{
color: #CCA0E3;
}
.AnyTagClassName
{
color: #CCA0E3;
}
</style>
background-color css
<style>
a { background-color: #CCA0E3; }
a { background-color: rgb(204,160,227); }
div.DivClassName
{
background-color: #CCA0E3;
}
.BgClassName
{
background-color: #CCA0E3;
}
</style>
border-color css
<style>
span { border-color: #CCA0E3; }
span { border-color: rgb(204,160,227); }
td.TdClassName
{
border-color: #CCA0E3;
}
.TagClassName
{
border-color: #CCA0E3;
}
</style>