#CA91DE

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

Shades of Wisteria #CA91DE

Tints of Wisteria #CA91DE

Color information

#CA91DE (or 0xCA91DE) is unknown color: approx Wisteria. HEX triplet: CA, 91 and DE. RGB value is (202,145,222). Sum of RGB (Red+Green+Blue) = 202+145+222=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91DE is #356E21. Grayscale: #AAAAAA. Windows color (decimal): -3501602 or 14586314. OLE color: 14586314.

HSL color Cylindrical-coordinate representation of color #CA91DE: hue angle of 284.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA91DE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202145222-
CMYK0.090.3500.13
HSL284.42º53.85%71.96%-
HSV(B)284.42º34.68%87.06%-
XYZ47.6738.0873.95-
YUV170.82156.88150.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 145 (57.03% from 255) = 25.48%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=35.50%
G=25.48%
B=39.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021452220.090.3500.13284.4253.8571.96
HexCA91DE9230D11c3648
Octal312221336114301543466110
Binary1100101010010001110111101001100011011011000111001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91DE; }

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

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

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

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

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

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

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

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