Shades of Wisteria #CCA7DF
Tints of Wisteria #CCA7DF
RGB
CMYK
RGB Variations
Color information
#CCA7DF (or 0xCCA7DF) is known color: Wisteria. HEX triplet: CC, A7 and DF. RGB value is (204,167,223). Sum of RGB (Red+Green+Blue) = 204+167+223=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7DF is #335820. Grayscale: #B8B8B8. Windows color (decimal): -3364897 or 14657484. OLE color: 14657484.
HSL color Cylindrical-coordinate representation of color #CCA7DF: hue angle of 279.64º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA7DF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 167 | 223 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.13 |
| HSL | 279.64º | 0.47% | 0.76% | - |
| HSV(B) | 279.64º | 0.25% | 0.87% | - |
| XYZ | 52.04 | 45.8 | 75.91 | - |
| YUV | 184.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 223 | 0.09 | 0.25 | 0 | 0.13 | 279.64 | 0.47 | 0.76 |
| Hex | CC | A7 | DF | 9 | 19 | 0 | D | 118 | 2F | 4C |
| Octal | 314 | 247 | 337 | 11 | 31 | 0 | 15 | 430 | 57 | 114 |
| Binary | 11001100 | 10100111 | 11011111 | 1001 | 11001 | 0 | 1101 | 100011000 | 101111 | 1001100 |
Color Harmonies of #CCA7DF
Complementary color
Monochromatic Colors of #CCA7DF
Black with #CCA7DF
Text Example
Text Example
White with #CCA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA7DF; }
p { color: rgb(204,167,223); }
H1.HeaderClassName
{
color: #CCA7DF;
}
.AnyTagClassName
{
color: #CCA7DF;
}
</style>
background-color css
<style>
a { background-color: #CCA7DF; }
a { background-color: rgb(204,167,223); }
div.DivClassName
{
background-color: #CCA7DF;
}
.BgClassName
{
background-color: #CCA7DF;
}
</style>
border-color css
<style>
span { border-color: #CCA7DF; }
span { border-color: rgb(204,167,223); }
td.TdClassName
{
border-color: #CCA7DF;
}
.TagClassName
{
border-color: #CCA7DF;
}
</style>