Shades of Wisteria #CCA5D4
Tints of Wisteria #CCA5D4
RGB
CMYK
RGB Variations
Color information
#CCA5D4 (or 0xCCA5D4) is known color: Wisteria. HEX triplet: CC, A5 and D4. RGB value is (204,165,212). Sum of RGB (Red+Green+Blue) = 204+165+212=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCA5D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5D4 is #335A2B. Grayscale: #B5B5B5. Windows color (decimal): -3365420 or 13936076. OLE color: 13936076.
HSL color Cylindrical-coordinate representation of color #CCA5D4: hue angle of 289.79º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA5D4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 165 | 212 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.17 |
| HSL | 289.79º | 0.35% | 0.74% | - |
| HSV(B) | 289.79º | 0.22% | 0.83% | - |
| XYZ | 50.24 | 44.5 | 68.23 | - |
| YUV | 182.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 212 | 0.04 | 0.22 | 0 | 0.17 | 289.79 | 0.35 | 0.74 |
| Hex | CC | A5 | D4 | 4 | 16 | 0 | 11 | 122 | 23 | 4A |
| Octal | 314 | 245 | 324 | 4 | 26 | 0 | 21 | 442 | 43 | 112 |
| Binary | 11001100 | 10100101 | 11010100 | 100 | 10110 | 0 | 10001 | 100100010 | 100011 | 1001010 |
Color Harmonies of #CCA5D4
Complementary color
Monochromatic Colors of #CCA5D4
Black with #CCA5D4
Text Example
Text Example
White with #CCA5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA5D4; }
p { color: rgb(204,165,212); }
H1.HeaderClassName
{
color: #CCA5D4;
}
.AnyTagClassName
{
color: #CCA5D4;
}
</style>
background-color css
<style>
a { background-color: #CCA5D4; }
a { background-color: rgb(204,165,212); }
div.DivClassName
{
background-color: #CCA5D4;
}
.BgClassName
{
background-color: #CCA5D4;
}
</style>
border-color css
<style>
span { border-color: #CCA5D4; }
span { border-color: rgb(204,165,212); }
td.TdClassName
{
border-color: #CCA5D4;
}
.TagClassName
{
border-color: #CCA5D4;
}
</style>