#CA90DB

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

Shades of Wisteria #CA90DB

Tints of Wisteria #CA90DB

Color information

#CA90DB (or 0xCA90DB) is unknown color: approx Wisteria. HEX triplet: CA, 90 and DB. RGB value is (202,144,219). Sum of RGB (Red+Green+Blue) = 202+144+219=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90DB is #356F24. Grayscale: #A9A9A9. Windows color (decimal): -3501861 or 14389450. OLE color: 14389450.

HSL color Cylindrical-coordinate representation of color #CA90DB: hue angle of 286.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA90DB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202144219-
CMYK0.080.3400.14
HSL286.4º51.02%71.18%-
HSV(B)286.4º34.25%85.88%-
XYZ47.1237.6271.8-
YUV169.89155.72150.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=35.75%
G=25.49%
B=38.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021442190.080.3400.14286.451.0271.18
HexCA90DB8220E11e3347
Octal312220333104201643663107
Binary1100101010010000110110111000100010011101000111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90DB; }

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

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

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

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

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

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

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

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