Shades of Wisteria #CCA2F2
Tints of Wisteria #CCA2F2
RGB
CMYK
RGB Variations
Color information
#CCA2F2 (or 0xCCA2F2) is known color: Wisteria. HEX triplet: CC, A2 and F2. RGB value is (204,162,242). Sum of RGB (Red+Green+Blue) = 204+162+242=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2F2 is #335D0D. Grayscale: #B7B7B7. Windows color (decimal): -3366158 or 15901388. OLE color: 15901388.
HSL color Cylindrical-coordinate representation of color #CCA2F2: hue angle of 271.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA2F2 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 162 | 242 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.05 |
| HSL | 271.5º | 0.75% | 0.79% | - |
| HSV(B) | 271.5º | 0.33% | 0.95% | - |
| XYZ | 53.85 | 45.09 | 89.87 | - |
| YUV | 183.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 242 | 0.16 | 0.33 | 0 | 0.05 | 271.5 | 0.75 | 0.79 |
| Hex | CC | A2 | F2 | 10 | 21 | 0 | 5 | 110 | 4B | 4F |
| Octal | 314 | 242 | 362 | 20 | 41 | 0 | 5 | 420 | 113 | 117 |
| Binary | 11001100 | 10100010 | 11110010 | 10000 | 100001 | 0 | 101 | 100010000 | 1001011 | 1001111 |
Color Harmonies of #CCA2F2
Complementary color
Monochromatic Colors of #CCA2F2
Black with #CCA2F2
Text Example
Text Example
White with #CCA2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2F2; }
p { color: rgb(204,162,242); }
H1.HeaderClassName
{
color: #CCA2F2;
}
.AnyTagClassName
{
color: #CCA2F2;
}
</style>
background-color css
<style>
a { background-color: #CCA2F2; }
a { background-color: rgb(204,162,242); }
div.DivClassName
{
background-color: #CCA2F2;
}
.BgClassName
{
background-color: #CCA2F2;
}
</style>
border-color css
<style>
span { border-color: #CCA2F2; }
span { border-color: rgb(204,162,242); }
td.TdClassName
{
border-color: #CCA2F2;
}
.TagClassName
{
border-color: #CCA2F2;
}
</style>