#CA91FA

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

Shades of Wisteria #CA91FA

Tints of Wisteria #CA91FA

Color information

#CA91FA (or 0xCA91FA) is unknown color: approx Wisteria. HEX triplet: CA, 91 and FA. RGB value is (202,145,250). Sum of RGB (Red+Green+Blue) = 202+145+250=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91FA is #356E05. Grayscale: #ADADAD. Windows color (decimal): -3501574 or 16421322. OLE color: 16421322.

HSL color Cylindrical-coordinate representation of color #CA91FA: hue angle of 272.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA91FA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202145250-
CMYK0.190.4200.02
HSL272.57º91.3%77.45%-
HSV(B)272.57º42%98.04%-
XYZ51.7439.7195.38-
YUV174.01170.88147.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 145 (57.03% from 255) = 24.29%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=33.84%
G=24.29%
B=41.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021452500.190.4200.02272.5791.377.45
HexCA91FA132A021115b4d
Octal312221372235202421133115
Binary1100101010010001111110101001110101001010001000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91FA; }

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

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

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

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

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

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

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

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