#CAA0EC

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

Shades of Wisteria #CAA0EC

Tints of Wisteria #CAA0EC

Color information

#CAA0EC (or 0xCAA0EC) is unknown color: approx Wisteria. HEX triplet: CA, A0 and EC. RGB value is (202,160,236). Sum of RGB (Red+Green+Blue) = 202+160+236=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0EC is #355F13. Grayscale: #B4B4B4. Windows color (decimal): -3497748 or 15507658. OLE color: 15507658.

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

Color convert

RGB202160236-
CMYK0.140.3200.07
HSL273.16º66.67%77.65%-
HSV(B)273.16º32.2%92.55%-
XYZ52.0743.7585.06-
YUV181.22158.91142.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 160 (62.89% from 255) = 26.76%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=33.78%
G=26.76%
B=39.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021602360.140.3200.07273.1666.6777.65
HexCAA0ECE2007111434e
Octal312240354164007421103116
Binary1100101010100000111011001110100000011110001000110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0EC; }

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

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

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

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

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

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

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

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