#CCA2EC

Color #CCA2EC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CCA2EC

Tints of Wisteria #CCA2EC

Color information

#CCA2EC (or 0xCCA2EC) is unknown color: approx Wisteria. HEX triplet: CC, A2 and EC. RGB value is (204,162,236). Sum of RGB (Red+Green+Blue) = 204+162+236=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2EC is #335D13. Grayscale: #B6B6B6. Windows color (decimal): -3366164 or 15508172. OLE color: 15508172.

HSL color Cylindrical-coordinate representation of color #CCA2EC: hue angle of 274.05º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA2EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204162236-
CMYK0.140.3100.07
HSL274.05º66.07%78.04%-
HSV(B)274.05º31.36%92.55%-
XYZ52.9644.7385.2-
YUV182.99157.91142.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=33.89%
G=26.91%
B=39.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041622360.140.3100.07274.0566.0778.04
HexCCA2ECE1F07112424e
Octal314242354163707422102116
Binary110011001010001011101100111011111011110001001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2EC; }

 p { color: rgb(204,162,236); }

 H1.HeaderClassName
 {
   color: #CCA2EC;
 }
 .AnyTagClassName
 {
   color: #CCA2EC;
 }
</style>
background-color css

<style>
 a { background-color: #CCA2EC; }

 a { background-color: rgb(204,162,236); }

 div.DivClassName
 {
   background-color: #CCA2EC;
 }
 .BgClassName
 {
   background-color: #CCA2EC;
 }
</style>
border-color css

<style>
 span { border-color: #CCA2EC; }

 span { border-color: rgb(204,162,236); }

 td.TdClassName
 {
   border-color: #CCA2EC;
 }
 .TagClassName
 {
   border-color: #CCA2EC;
 }
</style>