#CA88E2

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

Shades of Wisteria #CA88E2

Tints of Wisteria #CA88E2

Color information

#CA88E2 (or 0xCA88E2) is unknown color: approx Wisteria. HEX triplet: CA, 88 and E2. RGB value is (202,136,226). Sum of RGB (Red+Green+Blue) = 202+136+226=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA88E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88E2 is #35771D. Grayscale: #A5A5A5. Windows color (decimal): -3503902 or 14846154. OLE color: 14846154.

HSL color Cylindrical-coordinate representation of color #CA88E2: hue angle of 284º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA88E2 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202136226-
CMYK0.110.4000.11
HSL284º60.81%70.98%-
HSV(B)284º39.82%88.63%-
XYZ46.8935.6676.36-
YUV165.99161.87153.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 136 (53.52% from 255) = 24.11%
BLUE value IS 226 (88.67% from 255) = 40.07%
R=35.82%
G=24.11%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021362260.110.4000.1128460.8170.98
HexCA88E2B280B11c3d47
Octal312210342135001343475107
Binary1100101010001000111000101011101000010111000111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88E2; }

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

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

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

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

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

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

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

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