Shades of Wisteria #CCA0D4
Tints of Wisteria #CCA0D4
RGB
CMYK
RGB Variations
Color information
#CCA0D4 (or 0xCCA0D4) is known color: Wisteria. HEX triplet: CC, A0 and D4. RGB value is (204,160,212). Sum of RGB (Red+Green+Blue) = 204+160+212=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0D4 is #335F2B. Grayscale: #B2B2B2. Windows color (decimal): -3366700 or 13934796. OLE color: 13934796.
HSL color Cylindrical-coordinate representation of color #CCA0D4: hue angle of 290.77º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA0D4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 160 | 212 | - |
CMYK | 0.04 | 0.25 | 0 | 0.17 |
HSL | 290.77º | 0.38% | 0.73% | - |
HSV(B) | 290.77º | 0.25% | 0.83% | - |
XYZ | 49.36 | 42.73 | 67.93 | - |
YUV | 179.08 | 146.58 | 145.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 160 | 212 | 0.04 | 0.25 | 0 | 0.17 | 290.77 | 0.38 | 0.73 |
Hex | CC | A0 | D4 | 4 | 19 | 0 | 11 | 123 | 26 | 49 |
Octal | 314 | 240 | 324 | 4 | 31 | 0 | 21 | 443 | 46 | 111 |
Binary | 11001100 | 10100000 | 11010100 | 100 | 11001 | 0 | 10001 | 100100011 | 100110 | 1001001 |
Color Harmonies of #CCA0D4
Complementary color
Monochromatic Colors of #CCA0D4
Black with #CCA0D4
Text Example
Text Example
White with #CCA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0D4; }
p { color: rgb(204,160,212); }
H1.HeaderClassName
{
color: #CCA0D4;
}
.AnyTagClassName
{
color: #CCA0D4;
}
</style>
background-color css
<style>
a { background-color: #CCA0D4; }
a { background-color: rgb(204,160,212); }
div.DivClassName
{
background-color: #CCA0D4;
}
.BgClassName
{
background-color: #CCA0D4;
}
</style>
border-color css
<style>
span { border-color: #CCA0D4; }
span { border-color: rgb(204,160,212); }
td.TdClassName
{
border-color: #CCA0D4;
}
.TagClassName
{
border-color: #CCA0D4;
}
</style>