Shades of Wisteria #CCA1ED
Tints of Wisteria #CCA1ED
RGB
CMYK
RGB Variations
Color information
#CCA1ED (or 0xCCA1ED) is known color: Wisteria. HEX triplet: CC, A1 and ED. RGB value is (204,161,237). Sum of RGB (Red+Green+Blue) = 204+161+237=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1ED is #335E12. Grayscale: #B6B6B6. Windows color (decimal): -3366419 or 15573452. OLE color: 15573452.
HSL color Cylindrical-coordinate representation of color #CCA1ED: hue angle of 273.95º degrees, saturation: 0.68, 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 #CCA1ED is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 161 | 237 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.07 |
| HSL | 273.95º | 0.68% | 0.78% | - |
| HSV(B) | 273.95º | 0.32% | 0.93% | - |
| XYZ | 52.93 | 44.44 | 85.91 | - |
| YUV | 182.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 237 | 0.14 | 0.32 | 0 | 0.07 | 273.95 | 0.68 | 0.78 |
| Hex | CC | A1 | ED | E | 20 | 0 | 7 | 112 | 44 | 4E |
| Octal | 314 | 241 | 355 | 16 | 40 | 0 | 7 | 422 | 104 | 116 |
| Binary | 11001100 | 10100001 | 11101101 | 1110 | 100000 | 0 | 111 | 100010010 | 1000100 | 1001110 |
Color Harmonies of #CCA1ED
Complementary color
Monochromatic Colors of #CCA1ED
Black with #CCA1ED
Text Example
Text Example
White with #CCA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1ED; }
p { color: rgb(204,161,237); }
H1.HeaderClassName
{
color: #CCA1ED;
}
.AnyTagClassName
{
color: #CCA1ED;
}
</style>
background-color css
<style>
a { background-color: #CCA1ED; }
a { background-color: rgb(204,161,237); }
div.DivClassName
{
background-color: #CCA1ED;
}
.BgClassName
{
background-color: #CCA1ED;
}
</style>
border-color css
<style>
span { border-color: #CCA1ED; }
span { border-color: rgb(204,161,237); }
td.TdClassName
{
border-color: #CCA1ED;
}
.TagClassName
{
border-color: #CCA1ED;
}
</style>