Shades of Wisteria #CCA4D9
Tints of Wisteria #CCA4D9
RGB
CMYK
RGB Variations
Color information
#CCA4D9 (or 0xCCA4D9) is known color: Wisteria. HEX triplet: CC, A4 and D9. RGB value is (204,164,217). Sum of RGB (Red+Green+Blue) = 204+164+217=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCA4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4D9 is #335B26. Grayscale: #B5B5B5. Windows color (decimal): -3365671 or 14263500. OLE color: 14263500.
HSL color Cylindrical-coordinate representation of color #CCA4D9: hue angle of 285.28º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA4D9 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 164 | 217 | - |
CMYK | 0.06 | 0.24 | 0 | 0.15 |
HSL | 285.28º | 0.41% | 0.75% | - |
HSV(B) | 285.28º | 0.24% | 0.85% | - |
XYZ | 50.7 | 44.4 | 71.54 | - |
YUV | 182 | 147.75 | 143.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 164 | 217 | 0.06 | 0.24 | 0 | 0.15 | 285.28 | 0.41 | 0.75 |
Hex | CC | A4 | D9 | 6 | 18 | 0 | F | 11D | 29 | 4B |
Octal | 314 | 244 | 331 | 6 | 30 | 0 | 17 | 435 | 51 | 113 |
Binary | 11001100 | 10100100 | 11011001 | 110 | 11000 | 0 | 1111 | 100011101 | 101001 | 1001011 |
Color Harmonies of #CCA4D9
Complementary color
Monochromatic Colors of #CCA4D9
Black with #CCA4D9
Text Example
Text Example
White with #CCA4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA4D9; }
p { color: rgb(204,164,217); }
H1.HeaderClassName
{
color: #CCA4D9;
}
.AnyTagClassName
{
color: #CCA4D9;
}
</style>
background-color css
<style>
a { background-color: #CCA4D9; }
a { background-color: rgb(204,164,217); }
div.DivClassName
{
background-color: #CCA4D9;
}
.BgClassName
{
background-color: #CCA4D9;
}
</style>
border-color css
<style>
span { border-color: #CCA4D9; }
span { border-color: rgb(204,164,217); }
td.TdClassName
{
border-color: #CCA4D9;
}
.TagClassName
{
border-color: #CCA4D9;
}
</style>