#CA91FD

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

Shades of Wisteria #CA91FD

Tints of Wisteria #CA91FD

Color information

#CA91FD (or 0xCA91FD) is unknown color: approx Wisteria. HEX triplet: CA, 91 and FD. RGB value is (202,145,253). Sum of RGB (Red+Green+Blue) = 202+145+253=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA91FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91FD is #356E02. Grayscale: #ADADAD. Windows color (decimal): -3501571 or 16617930. OLE color: 16617930.

HSL color Cylindrical-coordinate representation of color #CA91FD: hue angle of 271.67º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA91FD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202145253-
CMYK0.200.4300.01
HSL271.67º96.43%78.04%-
HSV(B)271.67º42.69%99.22%-
XYZ52.2139.997.88-
YUV174.36172.38147.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 145 (57.03% from 255) = 24.17%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=33.67%
G=24.17%
B=42.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021452530.200.4300.01271.6796.4378.04
HexCA91FD142B01110604e
Octal312221375245301420140116
Binary110010101001000111111101101001010110110001000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91FD; }

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

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

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

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

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

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

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

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