Shades of Wisteria #CCA0EF
Tints of Wisteria #CCA0EF
RGB
CMYK
RGB Variations
Color information
#CCA0EF (or 0xCCA0EF) is known color: Wisteria. HEX triplet: CC, A0 and EF. RGB value is (204,160,239). Sum of RGB (Red+Green+Blue) = 204+160+239=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0EF is #335F10. Grayscale: #B5B5B5. Windows color (decimal): -3366673 or 15704268. OLE color: 15704268.
HSL color Cylindrical-coordinate representation of color #CCA0EF: hue angle of 273.42º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA0EF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 160 | 239 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.06 |
| HSL | 273.42º | 0.71% | 0.78% | - |
| HSV(B) | 273.42º | 0.33% | 0.94% | - |
| XYZ | 53.05 | 44.21 | 87.4 | - |
| YUV | 182.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 239 | 0.15 | 0.33 | 0 | 0.06 | 273.42 | 0.71 | 0.78 |
| Hex | CC | A0 | EF | F | 21 | 0 | 6 | 111 | 47 | 4E |
| Octal | 314 | 240 | 357 | 17 | 41 | 0 | 6 | 421 | 107 | 116 |
| Binary | 11001100 | 10100000 | 11101111 | 1111 | 100001 | 0 | 110 | 100010001 | 1000111 | 1001110 |
Color Harmonies of #CCA0EF
Complementary color
Monochromatic Colors of #CCA0EF
Black with #CCA0EF
Text Example
Text Example
White with #CCA0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0EF; }
p { color: rgb(204,160,239); }
H1.HeaderClassName
{
color: #CCA0EF;
}
.AnyTagClassName
{
color: #CCA0EF;
}
</style>
background-color css
<style>
a { background-color: #CCA0EF; }
a { background-color: rgb(204,160,239); }
div.DivClassName
{
background-color: #CCA0EF;
}
.BgClassName
{
background-color: #CCA0EF;
}
</style>
border-color css
<style>
span { border-color: #CCA0EF; }
span { border-color: rgb(204,160,239); }
td.TdClassName
{
border-color: #CCA0EF;
}
.TagClassName
{
border-color: #CCA0EF;
}
</style>