Shades of Wisteria #CCA3DF
Tints of Wisteria #CCA3DF
RGB
CMYK
RGB Variations
Color information
#CCA3DF (or 0xCCA3DF) is known color: Wisteria. HEX triplet: CC, A3 and DF. RGB value is (204,163,223). Sum of RGB (Red+Green+Blue) = 204+163+223=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA3DF is #335C20. Grayscale: #B5B5B5. Windows color (decimal): -3365921 or 14656460. OLE color: 14656460.
HSL color Cylindrical-coordinate representation of color #CCA3DF: hue angle of 281º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA3DF is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 163 | 223 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.13 |
| HSL | 281º | 0.48% | 0.76% | - |
| HSV(B) | 281º | 0.27% | 0.87% | - |
| XYZ | 51.32 | 44.36 | 75.67 | - |
| YUV | 182.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 223 | 0.09 | 0.27 | 0 | 0.13 | 281 | 0.48 | 0.76 |
| Hex | CC | A3 | DF | 9 | 1B | 0 | D | 119 | 30 | 4C |
| Octal | 314 | 243 | 337 | 11 | 33 | 0 | 15 | 431 | 60 | 114 |
| Binary | 11001100 | 10100011 | 11011111 | 1001 | 11011 | 0 | 1101 | 100011001 | 110000 | 1001100 |
Color Harmonies of #CCA3DF
Complementary color
Monochromatic Colors of #CCA3DF
Black with #CCA3DF
Text Example
Text Example
White with #CCA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3DF; }
p { color: rgb(204,163,223); }
H1.HeaderClassName
{
color: #CCA3DF;
}
.AnyTagClassName
{
color: #CCA3DF;
}
</style>
background-color css
<style>
a { background-color: #CCA3DF; }
a { background-color: rgb(204,163,223); }
div.DivClassName
{
background-color: #CCA3DF;
}
.BgClassName
{
background-color: #CCA3DF;
}
</style>
border-color css
<style>
span { border-color: #CCA3DF; }
span { border-color: rgb(204,163,223); }
td.TdClassName
{
border-color: #CCA3DF;
}
.TagClassName
{
border-color: #CCA3DF;
}
</style>