#CA91DF

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

Shades of Wisteria #CA91DF

Tints of Wisteria #CA91DF

Color information

#CA91DF (or 0xCA91DF) is unknown color: approx Wisteria. HEX triplet: CA, 91 and DF. RGB value is (202,145,223). Sum of RGB (Red+Green+Blue) = 202+145+223=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91DF is #356E20. Grayscale: #AAAAAA. Windows color (decimal): -3501601 or 14651850. OLE color: 14651850.

HSL color Cylindrical-coordinate representation of color #CA91DF: hue angle of 283.85º degrees, saturation: 0.55, 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 #CA91DF is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202145223-
CMYK0.090.3500.13
HSL283.85º54.93%72.16%-
HSV(B)283.85º34.98%87.45%-
XYZ47.838.1474.65-
YUV170.93157.38150.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=35.44%
G=25.44%
B=39.12%

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
Decimal2021452230.090.3500.13283.8554.9372.16
HexCA91DF9230D11c3748
Octal312221337114301543467110
Binary1100101010010001110111111001100011011011000111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91DF; }

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

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

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

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

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

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

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

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