#CA90FD

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

Shades of Wisteria #CA90FD

Tints of Wisteria #CA90FD

Color information

#CA90FD (or 0xCA90FD) is unknown color: approx Wisteria. HEX triplet: CA, 90 and FD. RGB value is (202,144,253). Sum of RGB (Red+Green+Blue) = 202+144+253=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90FD is #356F02. Grayscale: #ADADAD. Windows color (decimal): -3501827 or 16617674. OLE color: 16617674.

HSL color Cylindrical-coordinate representation of color #CA90FD: hue angle of 271.93º 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 #CA90FD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202144253-
CMYK0.200.4300.01
HSL271.93º96.46%77.84%-
HSV(B)271.93º43.08%99.22%-
XYZ52.0639.5997.83-
YUV173.77172.72148.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 144 (56.64% from 255) = 24.04%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=33.72%
G=24.04%
B=42.24%

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
Decimal2021442530.200.4300.01271.9396.4677.84
HexCA90FD142B01110604e
Octal312220375245301420140116
Binary110010101001000011111101101001010110110001000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90FD; }

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

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

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

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

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

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

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

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