#CA91DB

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

Shades of Wisteria #CA91DB

Tints of Wisteria #CA91DB

Color information

#CA91DB (or 0xCA91DB) is unknown color: approx Wisteria. HEX triplet: CA, 91 and DB. RGB value is (202,145,219). Sum of RGB (Red+Green+Blue) = 202+145+219=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91DB is #356E24. Grayscale: #AAAAAA. Windows color (decimal): -3501605 or 14389706. OLE color: 14389706.

HSL color Cylindrical-coordinate representation of color #CA91DB: hue angle of 286.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA91DB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202145219-
CMYK0.080.3400.14
HSL286.22º50.68%71.37%-
HSV(B)286.22º33.79%85.88%-
XYZ47.2737.9271.85-
YUV170.48155.38150.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=35.69%
G=25.62%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021452190.080.3400.14286.2250.6871.37
HexCA91DB8220E11e3347
Octal312221333104201643663107
Binary1100101010010001110110111000100010011101000111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91DB; }

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

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

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

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

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

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

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

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