#CA91FC

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

Shades of Wisteria #CA91FC

Tints of Wisteria #CA91FC

Color information

#CA91FC (or 0xCA91FC) is unknown color: approx Wisteria. HEX triplet: CA, 91 and FC. RGB value is (202,145,252). Sum of RGB (Red+Green+Blue) = 202+145+252=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91FC is #356E03. Grayscale: #ADADAD. Windows color (decimal): -3501572 or 16552394. OLE color: 16552394.

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

Color convert

RGB202145252-
CMYK0.200.4200.01
HSL271.96º94.69%77.84%-
HSV(B)271.96º42.46%98.82%-
XYZ52.0539.8497.04-
YUV174.24171.88147.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 145 (57.03% from 255) = 24.21%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=33.72%
G=24.21%
B=42.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021452520.200.4200.01271.9694.6977.84
HexCA91FC142A011105f4e
Octal312221374245201420137116
Binary110010101001000111111100101001010100110001000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91FC; }

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

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

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

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

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

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

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

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