Shades of Wisteria #CCA5EA
Tints of Wisteria #CCA5EA
RGB
CMYK
RGB Variations
Color information
#CCA5EA (or 0xCCA5EA) is known color: Wisteria. HEX triplet: CC, A5 and EA. RGB value is (204,165,234). Sum of RGB (Red+Green+Blue) = 204+165+234=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5EA is #335A15. Grayscale: #B8B8B8. Windows color (decimal): -3365398 or 15377868. OLE color: 15377868.
HSL color Cylindrical-coordinate representation of color #CCA5EA: hue angle of 273.91º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA5EA is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 165 | 234 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.08 |
| HSL | 273.91º | 0.62% | 0.78% | - |
| HSV(B) | 273.91º | 0.29% | 0.92% | - |
| XYZ | 53.21 | 45.69 | 83.86 | - |
| YUV | 184.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 234 | 0.13 | 0.29 | 0 | 0.08 | 273.91 | 0.62 | 0.78 |
| Hex | CC | A5 | EA | D | 1D | 0 | 8 | 112 | 3E | 4E |
| Octal | 314 | 245 | 352 | 15 | 35 | 0 | 10 | 422 | 76 | 116 |
| Binary | 11001100 | 10100101 | 11101010 | 1101 | 11101 | 0 | 1000 | 100010010 | 111110 | 1001110 |
Color Harmonies of #CCA5EA
Complementary color
Monochromatic Colors of #CCA5EA
Black with #CCA5EA
Text Example
Text Example
White with #CCA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA5EA; }
p { color: rgb(204,165,234); }
H1.HeaderClassName
{
color: #CCA5EA;
}
.AnyTagClassName
{
color: #CCA5EA;
}
</style>
background-color css
<style>
a { background-color: #CCA5EA; }
a { background-color: rgb(204,165,234); }
div.DivClassName
{
background-color: #CCA5EA;
}
.BgClassName
{
background-color: #CCA5EA;
}
</style>
border-color css
<style>
span { border-color: #CCA5EA; }
span { border-color: rgb(204,165,234); }
td.TdClassName
{
border-color: #CCA5EA;
}
.TagClassName
{
border-color: #CCA5EA;
}
</style>