Shades of Wisteria #CCA2EA
Tints of Wisteria #CCA2EA
RGB
CMYK
RGB Variations
Color information
#CCA2EA (or 0xCCA2EA) is known color: Wisteria. HEX triplet: CC, A2 and EA. RGB value is (204,162,234). Sum of RGB (Red+Green+Blue) = 204+162+234=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2EA is #335D15. Grayscale: #B6B6B6. Windows color (decimal): -3366166 or 15377100. OLE color: 15377100.
HSL color Cylindrical-coordinate representation of color #CCA2EA: hue angle of 275º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA2EA is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 162 | 234 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.08 |
| HSL | 275º | 0.63% | 0.78% | - |
| HSV(B) | 275º | 0.31% | 0.92% | - |
| XYZ | 52.67 | 44.62 | 83.68 | - |
| YUV | 182.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 234 | 0.13 | 0.31 | 0 | 0.08 | 275 | 0.63 | 0.78 |
| Hex | CC | A2 | EA | D | 1F | 0 | 8 | 113 | 3F | 4E |
| Octal | 314 | 242 | 352 | 15 | 37 | 0 | 10 | 423 | 77 | 116 |
| Binary | 11001100 | 10100010 | 11101010 | 1101 | 11111 | 0 | 1000 | 100010011 | 111111 | 1001110 |
Color Harmonies of #CCA2EA
Complementary color
Monochromatic Colors of #CCA2EA
Black with #CCA2EA
Text Example
Text Example
White with #CCA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2EA; }
p { color: rgb(204,162,234); }
H1.HeaderClassName
{
color: #CCA2EA;
}
.AnyTagClassName
{
color: #CCA2EA;
}
</style>
background-color css
<style>
a { background-color: #CCA2EA; }
a { background-color: rgb(204,162,234); }
div.DivClassName
{
background-color: #CCA2EA;
}
.BgClassName
{
background-color: #CCA2EA;
}
</style>
border-color css
<style>
span { border-color: #CCA2EA; }
span { border-color: rgb(204,162,234); }
td.TdClassName
{
border-color: #CCA2EA;
}
.TagClassName
{
border-color: #CCA2EA;
}
</style>