#CA88E4

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

Shades of Wisteria #CA88E4

Tints of Wisteria #CA88E4

Color information

#CA88E4 (or 0xCA88E4) is unknown color: approx Wisteria. HEX triplet: CA, 88 and E4. RGB value is (202,136,228). Sum of RGB (Red+Green+Blue) = 202+136+228=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA88E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88E4 is #35771B. Grayscale: #A5A5A5. Windows color (decimal): -3503900 or 14977226. OLE color: 14977226.

HSL color Cylindrical-coordinate representation of color #CA88E4: hue angle of 283.04º degrees, saturation: 0.63, 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 #CA88E4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202136228-
CMYK0.110.4000.11
HSL283.04º63.01%71.37%-
HSV(B)283.04º40.35%89.41%-
XYZ47.1635.7777.82-
YUV166.22162.87153.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 228 (89.45% from 255) = 40.28%
R=35.69%
G=24.03%
B=40.28%

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
Decimal2021362280.110.4000.11283.0463.0171.37
HexCA88E4B280B11b3f47
Octal312210344135001343377107
Binary1100101010001000111001001011101000010111000110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88E4; }

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

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

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

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

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

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

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

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