Shades of Wisteria #CCA8DD
Tints of Wisteria #CCA8DD
RGB
CMYK
RGB Variations
Color information
#CCA8DD (or 0xCCA8DD) is known color: Wisteria. HEX triplet: CC, A8 and DD. RGB value is (204,168,221). Sum of RGB (Red+Green+Blue) = 204+168+221=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DD is #335722. Grayscale: #B8B8B8. Windows color (decimal): -3364643 or 14526668. OLE color: 14526668.
HSL color Cylindrical-coordinate representation of color #CCA8DD: hue angle of 280.75º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA8DD is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 168 | 221 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.13 |
| HSL | 280.75º | 0.44% | 0.76% | - |
| HSV(B) | 280.75º | 0.24% | 0.87% | - |
| XYZ | 51.96 | 46.06 | 74.56 | - |
| YUV | 184.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 221 | 0.08 | 0.24 | 0 | 0.13 | 280.75 | 0.44 | 0.76 |
| Hex | CC | A8 | DD | 8 | 18 | 0 | D | 119 | 2C | 4C |
| Octal | 314 | 250 | 335 | 10 | 30 | 0 | 15 | 431 | 54 | 114 |
| Binary | 11001100 | 10101000 | 11011101 | 1000 | 11000 | 0 | 1101 | 100011001 | 101100 | 1001100 |
Color Harmonies of #CCA8DD
Complementary color
Monochromatic Colors of #CCA8DD
Black with #CCA8DD
Text Example
Text Example
White with #CCA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8DD; }
p { color: rgb(204,168,221); }
H1.HeaderClassName
{
color: #CCA8DD;
}
.AnyTagClassName
{
color: #CCA8DD;
}
</style>
background-color css
<style>
a { background-color: #CCA8DD; }
a { background-color: rgb(204,168,221); }
div.DivClassName
{
background-color: #CCA8DD;
}
.BgClassName
{
background-color: #CCA8DD;
}
</style>
border-color css
<style>
span { border-color: #CCA8DD; }
span { border-color: rgb(204,168,221); }
td.TdClassName
{
border-color: #CCA8DD;
}
.TagClassName
{
border-color: #CCA8DD;
}
</style>