Shades of Wisteria #CCA1EE
Tints of Wisteria #CCA1EE
RGB
CMYK
RGB Variations
Color information
#CCA1EE (or 0xCCA1EE) is known color: Wisteria. HEX triplet: CC, A1 and EE. RGB value is (204,161,238). Sum of RGB (Red+Green+Blue) = 204+161+238=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1EE is #335E11. Grayscale: #B6B6B6. Windows color (decimal): -3366418 or 15638988. OLE color: 15638988.
HSL color Cylindrical-coordinate representation of color #CCA1EE: hue angle of 273.51º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA1EE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 161 | 238 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.07 |
| HSL | 273.51º | 0.69% | 0.78% | - |
| HSV(B) | 273.51º | 0.32% | 0.93% | - |
| XYZ | 53.08 | 44.5 | 86.68 | - |
| YUV | 182.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 238 | 0.14 | 0.32 | 0 | 0.07 | 273.51 | 0.69 | 0.78 |
| Hex | CC | A1 | EE | E | 20 | 0 | 7 | 112 | 45 | 4E |
| Octal | 314 | 241 | 356 | 16 | 40 | 0 | 7 | 422 | 105 | 116 |
| Binary | 11001100 | 10100001 | 11101110 | 1110 | 100000 | 0 | 111 | 100010010 | 1000101 | 1001110 |
Color Harmonies of #CCA1EE
Complementary color
Monochromatic Colors of #CCA1EE
Black with #CCA1EE
Text Example
Text Example
White with #CCA1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1EE; }
p { color: rgb(204,161,238); }
H1.HeaderClassName
{
color: #CCA1EE;
}
.AnyTagClassName
{
color: #CCA1EE;
}
</style>
background-color css
<style>
a { background-color: #CCA1EE; }
a { background-color: rgb(204,161,238); }
div.DivClassName
{
background-color: #CCA1EE;
}
.BgClassName
{
background-color: #CCA1EE;
}
</style>
border-color css
<style>
span { border-color: #CCA1EE; }
span { border-color: rgb(204,161,238); }
td.TdClassName
{
border-color: #CCA1EE;
}
.TagClassName
{
border-color: #CCA1EE;
}
</style>