Shades of Wisteria #CCA3E0
Tints of Wisteria #CCA3E0
RGB
CMYK
RGB Variations
Color information
#CCA3E0 (or 0xCCA3E0) is known color: Wisteria. HEX triplet: CC, A3 and E0. RGB value is (204,163,224). Sum of RGB (Red+Green+Blue) = 204+163+224=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCA3E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3E0 is #335C1F. Grayscale: #B6B6B6. Windows color (decimal): -3365920 or 14721996. OLE color: 14721996.
HSL color Cylindrical-coordinate representation of color #CCA3E0: hue angle of 280.33º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA3E0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 163 | 224 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.12 |
| HSL | 280.33º | 0.5% | 0.76% | - |
| HSV(B) | 280.33º | 0.27% | 0.88% | - |
| XYZ | 51.45 | 44.41 | 76.38 | - |
| YUV | 182.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 224 | 0.09 | 0.27 | 0 | 0.12 | 280.33 | 0.5 | 0.76 |
| Hex | CC | A3 | E0 | 9 | 1B | 0 | C | 118 | 32 | 4C |
| Octal | 314 | 243 | 340 | 11 | 33 | 0 | 14 | 430 | 62 | 114 |
| Binary | 11001100 | 10100011 | 11100000 | 1001 | 11011 | 0 | 1100 | 100011000 | 110010 | 1001100 |
Color Harmonies of #CCA3E0
Complementary color
Monochromatic Colors of #CCA3E0
Black with #CCA3E0
Text Example
Text Example
White with #CCA3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3E0; }
p { color: rgb(204,163,224); }
H1.HeaderClassName
{
color: #CCA3E0;
}
.AnyTagClassName
{
color: #CCA3E0;
}
</style>
background-color css
<style>
a { background-color: #CCA3E0; }
a { background-color: rgb(204,163,224); }
div.DivClassName
{
background-color: #CCA3E0;
}
.BgClassName
{
background-color: #CCA3E0;
}
</style>
border-color css
<style>
span { border-color: #CCA3E0; }
span { border-color: rgb(204,163,224); }
td.TdClassName
{
border-color: #CCA3E0;
}
.TagClassName
{
border-color: #CCA3E0;
}
</style>