#CA89EC

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

Shades of Wisteria #CA89EC

Tints of Wisteria #CA89EC

Color information

#CA89EC (or 0xCA89EC) is unknown color: approx Wisteria. HEX triplet: CA, 89 and EC. RGB value is (202,137,236). Sum of RGB (Red+Green+Blue) = 202+137+236=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA89EC is #357613. Grayscale: #A7A7A7. Windows color (decimal): -3503636 or 15501770. OLE color: 15501770.

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

Color convert

RGB202137236-
CMYK0.140.4200.07
HSL279.39º72.26%73.14%-
HSV(B)279.39º41.95%92.55%-
XYZ48.4436.583.85-
YUV167.72166.53152.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=35.13%
G=23.83%
B=41.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021372360.140.4200.07279.3972.2673.14
HexCA89ECE2A071174849
Octal312211354165207427110111
Binary1100101010001001111011001110101010011110001011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89EC; }

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

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

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

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

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

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

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

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