#CAA2EC

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

Shades of Wisteria #CAA2EC

Tints of Wisteria #CAA2EC

Color information

#CAA2EC (or 0xCAA2EC) is unknown color: approx Wisteria. HEX triplet: CA, A2 and EC. RGB value is (202,162,236). Sum of RGB (Red+Green+Blue) = 202+162+236=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2EC is #355D13. Grayscale: #B6B6B6. Windows color (decimal): -3497236 or 15508170. OLE color: 15508170.

HSL color Cylindrical-coordinate representation of color #CAA2EC: hue angle of 272.43º 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 #CAA2EC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202162236-
CMYK0.140.3100.07
HSL272.43º66.07%78.04%-
HSV(B)272.43º31.36%92.55%-
XYZ52.4244.4585.17-
YUV182.4158.25141.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 162 (63.67% from 255) = 27%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=33.67%
G=27%
B=39.33%

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
Decimal2021622360.140.3100.07272.4366.0778.04
HexCAA2ECE1F07110424e
Octal312242354163707420102116
Binary110010101010001011101100111011111011110001000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA2EC; }

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

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

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

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

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

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

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

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