Shades of Wisteria #CCA1E4
Tints of Wisteria #CCA1E4
RGB
CMYK
RGB Variations
Color information
#CCA1E4 (or 0xCCA1E4) is known color: Wisteria. HEX triplet: CC, A1 and E4. RGB value is (204,161,228). Sum of RGB (Red+Green+Blue) = 204+161+228=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1E4 is #335E1B. Grayscale: #B5B5B5. Windows color (decimal): -3366428 or 14983628. OLE color: 14983628.
HSL color Cylindrical-coordinate representation of color #CCA1E4: hue angle of 278.51º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA1E4 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 161 | 228 | - |
CMYK | 0.11 | 0.29 | 0 | 0.11 |
HSL | 278.51º | 0.55% | 0.76% | - |
HSV(B) | 278.51º | 0.29% | 0.89% | - |
XYZ | 51.65 | 43.93 | 79.16 | - |
YUV | 181.5 | 154.25 | 144.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 161 | 228 | 0.11 | 0.29 | 0 | 0.11 | 278.51 | 0.55 | 0.76 |
Hex | CC | A1 | E4 | B | 1D | 0 | B | 117 | 37 | 4C |
Octal | 314 | 241 | 344 | 13 | 35 | 0 | 13 | 427 | 67 | 114 |
Binary | 11001100 | 10100001 | 11100100 | 1011 | 11101 | 0 | 1011 | 100010111 | 110111 | 1001100 |
Color Harmonies of #CCA1E4
Complementary color
Monochromatic Colors of #CCA1E4
Black with #CCA1E4
Text Example
Text Example
White with #CCA1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1E4; }
p { color: rgb(204,161,228); }
H1.HeaderClassName
{
color: #CCA1E4;
}
.AnyTagClassName
{
color: #CCA1E4;
}
</style>
background-color css
<style>
a { background-color: #CCA1E4; }
a { background-color: rgb(204,161,228); }
div.DivClassName
{
background-color: #CCA1E4;
}
.BgClassName
{
background-color: #CCA1E4;
}
</style>
border-color css
<style>
span { border-color: #CCA1E4; }
span { border-color: rgb(204,161,228); }
td.TdClassName
{
border-color: #CCA1E4;
}
.TagClassName
{
border-color: #CCA1E4;
}
</style>