#CAA0DB

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

Shades of Wisteria #CAA0DB

Tints of Wisteria #CAA0DB

Color information

#CAA0DB (or 0xCAA0DB) is unknown color: approx Wisteria. HEX triplet: CA, A0 and DB. RGB value is (202,160,219). Sum of RGB (Red+Green+Blue) = 202+160+219=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0DB is #355F24. Grayscale: #B3B3B3. Windows color (decimal): -3497765 or 14393546. OLE color: 14393546.

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

Color convert

RGB202160219-
CMYK0.080.2700.14
HSL282.71º45.04%74.31%-
HSV(B)282.71º26.94%85.88%-
XYZ49.7142.8172.66-
YUV179.28150.41144.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=34.77%
G=27.54%
B=37.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021602190.080.2700.14282.7145.0474.31
HexCAA0DB81B0E11b2d4a
Octal312240333103301643355112
Binary110010101010000011011011100011011011101000110111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0DB; }

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

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

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

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

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

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

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

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