#CA90D4

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

Shades of Wisteria #CA90D4

Tints of Wisteria #CA90D4

Color information

#CA90D4 (or 0xCA90D4) is unknown color: approx Wisteria. HEX triplet: CA, 90 and D4. RGB value is (202,144,212). Sum of RGB (Red+Green+Blue) = 202+144+212=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90D4 is #356F2B. Grayscale: #A8A8A8. Windows color (decimal): -3501868 or 13930698. OLE color: 13930698.

HSL color Cylindrical-coordinate representation of color #CA90D4: hue angle of 291.18º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA90D4 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202144212-
CMYK0.050.3200.17
HSL291.18º44.16%69.8%-
HSV(B)291.18º32.08%83.14%-
XYZ46.2137.2667.04-
YUV169.09152.22151.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 212 (83.20% from 255) = 37.99%
R=36.20%
G=25.81%
B=37.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021442120.050.3200.17291.1844.1669.8
HexCA90D45200111232c46
Octal31222032454002144354106
Binary1100101010010000110101001011000000100011001000111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90D4; }

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

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

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

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

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

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

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

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