#CA90FA

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

Shades of Wisteria #CA90FA

Tints of Wisteria #CA90FA

Color information

#CA90FA (or 0xCA90FA) is unknown color: approx Wisteria. HEX triplet: CA, 90 and FA. RGB value is (202,144,250). Sum of RGB (Red+Green+Blue) = 202+144+250=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90FA is #356F05. Grayscale: #ADADAD. Windows color (decimal): -3501830 or 16421066. OLE color: 16421066.

HSL color Cylindrical-coordinate representation of color #CA90FA: hue angle of 272.83º 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 #CA90FA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202144250-
CMYK0.190.4200.02
HSL272.83º91.38%77.25%-
HSV(B)272.83º42.4%98.04%-
XYZ51.5939.4195.33-
YUV173.43171.22148.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=33.89%
G=24.16%
B=41.95%

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
Decimal2021442500.190.4200.02272.8391.3877.25
HexCA90FA132A021115b4d
Octal312220372235202421133115
Binary1100101010010000111110101001110101001010001000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90FA; }

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

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

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

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

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

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

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

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