Shades of Wisteria #CCA1F0
Tints of Wisteria #CCA1F0
RGB
CMYK
RGB Variations
Color information
#CCA1F0 (or 0xCCA1F0) is known color: Wisteria. HEX triplet: CC, A1 and F0. RGB value is (204,161,240). Sum of RGB (Red+Green+Blue) = 204+161+240=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCA1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1F0 is #335E0F. Grayscale: #B6B6B6. Windows color (decimal): -3366416 or 15770060. OLE color: 15770060.
HSL color Cylindrical-coordinate representation of color #CCA1F0: hue angle of 272.66º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA1F0 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 161 | 240 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.06 |
| HSL | 272.66º | 0.72% | 0.79% | - |
| HSV(B) | 272.66º | 0.33% | 0.94% | - |
| XYZ | 53.37 | 44.62 | 88.24 | - |
| YUV | 182.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 240 | 0.15 | 0.33 | 0 | 0.06 | 272.66 | 0.72 | 0.79 |
| Hex | CC | A1 | F0 | F | 21 | 0 | 6 | 111 | 48 | 4F |
| Octal | 314 | 241 | 360 | 17 | 41 | 0 | 6 | 421 | 110 | 117 |
| Binary | 11001100 | 10100001 | 11110000 | 1111 | 100001 | 0 | 110 | 100010001 | 1001000 | 1001111 |
Color Harmonies of #CCA1F0
Complementary color
Monochromatic Colors of #CCA1F0
Black with #CCA1F0
Text Example
Text Example
White with #CCA1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1F0; }
p { color: rgb(204,161,240); }
H1.HeaderClassName
{
color: #CCA1F0;
}
.AnyTagClassName
{
color: #CCA1F0;
}
</style>
background-color css
<style>
a { background-color: #CCA1F0; }
a { background-color: rgb(204,161,240); }
div.DivClassName
{
background-color: #CCA1F0;
}
.BgClassName
{
background-color: #CCA1F0;
}
</style>
border-color css
<style>
span { border-color: #CCA1F0; }
span { border-color: rgb(204,161,240); }
td.TdClassName
{
border-color: #CCA1F0;
}
.TagClassName
{
border-color: #CCA1F0;
}
</style>