#CA88EA

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

Shades of Wisteria #CA88EA

Tints of Wisteria #CA88EA

Color information

#CA88EA (or 0xCA88EA) is unknown color: approx Wisteria. HEX triplet: CA, 88 and EA. RGB value is (202,136,234). Sum of RGB (Red+Green+Blue) = 202+136+234=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88EA is #357715. Grayscale: #A6A6A6. Windows color (decimal): -3503894 or 15370442. OLE color: 15370442.

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

Color convert

RGB202136234-
CMYK0.140.4200.08
HSL280.41º70%72.55%-
HSV(B)280.41º41.88%91.76%-
XYZ48.0136.1182.28-
YUV166.91165.87153.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=35.31%
G=23.78%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021362340.140.4200.08280.417072.55
HexCA88EAE2A081184649
Octal3122103521652010430106111
Binary11001010100010001110101011101010100100010001100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88EA; }

 p { color: rgb(202,136,234); }

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

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

 a { background-color: rgb(202,136,234); }

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

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

 span { border-color: rgb(202,136,234); }

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