#CA91E9

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

Shades of Wisteria #CA91E9

Tints of Wisteria #CA91E9

Color information

#CA91E9 (or 0xCA91E9) is unknown color: approx Wisteria. HEX triplet: CA, 91 and E9. RGB value is (202,145,233). Sum of RGB (Red+Green+Blue) = 202+145+233=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA91E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91E9 is #356E16. Grayscale: #ABABAB. Windows color (decimal): -3501591 or 15307210. OLE color: 15307210.

HSL color Cylindrical-coordinate representation of color #CA91E9: hue angle of 278.86º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA91E9 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202145233-
CMYK0.130.3800.09
HSL278.86º66.67%74.12%-
HSV(B)278.86º37.77%91.37%-
XYZ49.1938.6981.97-
YUV172.08162.38149.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 145 (57.03% from 255) = 25%
BLUE value IS 233 (91.41% from 255) = 40.17%
R=34.83%
G=25%
B=40.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021452330.130.3800.09278.8666.6774.12
HexCA91E9D2609117434a
Octal3122213511546011427103112
Binary11001010100100011110100111011001100100110001011110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91E9; }

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

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

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

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

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

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

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

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