#CA91E1

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

Shades of Wisteria #CA91E1

Tints of Wisteria #CA91E1

Color information

#CA91E1 (or 0xCA91E1) is unknown color: approx Wisteria. HEX triplet: CA, 91 and E1. RGB value is (202,145,225). Sum of RGB (Red+Green+Blue) = 202+145+225=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91E1 is #356E1E. Grayscale: #AAAAAA. Windows color (decimal): -3501599 or 14782922. OLE color: 14782922.

HSL color Cylindrical-coordinate representation of color #CA91E1: hue angle of 282.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA91E1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202145225-
CMYK0.100.3600.12
HSL282.75º57.14%72.55%-
HSV(B)282.75º35.56%88.24%-
XYZ48.0738.2476.08-
YUV171.16158.38150-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=35.31%
G=25.35%
B=39.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021452250.100.3600.12282.7557.1472.55
HexCA91E1A240C11b3949
Octal312221341124401443371111
Binary1100101010010001111000011010100100011001000110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91E1; }

 p { color: rgb(202,145,225); }

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

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

 a { background-color: rgb(202,145,225); }

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

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

 span { border-color: rgb(202,145,225); }

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