Shades of Wisteria #CCA3F0
Tints of Wisteria #CCA3F0
RGB
CMYK
RGB Variations
Color information
#CCA3F0 (or 0xCCA3F0) is known color: Wisteria. HEX triplet: CC, A3 and F0. RGB value is (204,163,240). Sum of RGB (Red+Green+Blue) = 204+163+240=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCA3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3F0 is #335C0F. Grayscale: #B7B7B7. Windows color (decimal): -3365904 or 15770572. OLE color: 15770572.
HSL color Cylindrical-coordinate representation of color #CCA3F0: hue angle of 271.95º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA3F0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 163 | 240 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.06 |
| HSL | 271.95º | 0.72% | 0.79% | - |
| HSV(B) | 271.95º | 0.32% | 0.94% | - |
| XYZ | 53.73 | 45.32 | 88.35 | - |
| YUV | 184.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 240 | 0.15 | 0.32 | 0 | 0.06 | 271.95 | 0.72 | 0.79 |
| Hex | CC | A3 | F0 | F | 20 | 0 | 6 | 110 | 48 | 4F |
| Octal | 314 | 243 | 360 | 17 | 40 | 0 | 6 | 420 | 110 | 117 |
| Binary | 11001100 | 10100011 | 11110000 | 1111 | 100000 | 0 | 110 | 100010000 | 1001000 | 1001111 |
Color Harmonies of #CCA3F0
Complementary color
Monochromatic Colors of #CCA3F0
Black with #CCA3F0
Text Example
Text Example
White with #CCA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA3F0; }
p { color: rgb(204,163,240); }
H1.HeaderClassName
{
color: #CCA3F0;
}
.AnyTagClassName
{
color: #CCA3F0;
}
</style>
background-color css
<style>
a { background-color: #CCA3F0; }
a { background-color: rgb(204,163,240); }
div.DivClassName
{
background-color: #CCA3F0;
}
.BgClassName
{
background-color: #CCA3F0;
}
</style>
border-color css
<style>
span { border-color: #CCA3F0; }
span { border-color: rgb(204,163,240); }
td.TdClassName
{
border-color: #CCA3F0;
}
.TagClassName
{
border-color: #CCA3F0;
}
</style>