Shades of Wisteria #CCA1EA
Tints of Wisteria #CCA1EA
RGB
CMYK
RGB Variations
Color information
#CCA1EA (or 0xCCA1EA) is known color: Wisteria. HEX triplet: CC, A1 and EA. RGB value is (204,161,234). Sum of RGB (Red+Green+Blue) = 204+161+234=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1EA is #335E15. Grayscale: #B5B5B5. Windows color (decimal): -3366422 or 15376844. OLE color: 15376844.
HSL color Cylindrical-coordinate representation of color #CCA1EA: hue angle of 275.34º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA1EA is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 161 | 234 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.08 |
| HSL | 275.34º | 0.63% | 0.77% | - |
| HSV(B) | 275.34º | 0.31% | 0.92% | - |
| XYZ | 52.5 | 44.27 | 83.62 | - |
| YUV | 182.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 234 | 0.13 | 0.31 | 0 | 0.08 | 275.34 | 0.63 | 0.77 |
| Hex | CC | A1 | EA | D | 1F | 0 | 8 | 113 | 3F | 4D |
| Octal | 314 | 241 | 352 | 15 | 37 | 0 | 10 | 423 | 77 | 115 |
| Binary | 11001100 | 10100001 | 11101010 | 1101 | 11111 | 0 | 1000 | 100010011 | 111111 | 1001101 |
Color Harmonies of #CCA1EA
Complementary color
Monochromatic Colors of #CCA1EA
Black with #CCA1EA
Text Example
Text Example
White with #CCA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1EA; }
p { color: rgb(204,161,234); }
H1.HeaderClassName
{
color: #CCA1EA;
}
.AnyTagClassName
{
color: #CCA1EA;
}
</style>
background-color css
<style>
a { background-color: #CCA1EA; }
a { background-color: rgb(204,161,234); }
div.DivClassName
{
background-color: #CCA1EA;
}
.BgClassName
{
background-color: #CCA1EA;
}
</style>
border-color css
<style>
span { border-color: #CCA1EA; }
span { border-color: rgb(204,161,234); }
td.TdClassName
{
border-color: #CCA1EA;
}
.TagClassName
{
border-color: #CCA1EA;
}
</style>