#CAA0DF

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

Shades of Wisteria #CAA0DF

Tints of Wisteria #CAA0DF

Color information

#CAA0DF (or 0xCAA0DF) is unknown color: approx Wisteria. HEX triplet: CA, A0 and DF. RGB value is (202,160,223). Sum of RGB (Red+Green+Blue) = 202+160+223=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0DF is #355F20. Grayscale: #B3B3B3. Windows color (decimal): -3497761 or 14655690. OLE color: 14655690.

HSL color Cylindrical-coordinate representation of color #CAA0DF: hue angle of 280º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA0DF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202160223-
CMYK0.090.2800.13
HSL280º49.61%75.1%-
HSV(B)280º28.25%87.45%-
XYZ50.2543.0375.47-
YUV179.74152.41143.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=34.53%
G=27.35%
B=38.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021602230.090.2800.1328049.6175.1
HexCAA0DF91C0D118324b
Octal312240337113401543062113
Binary110010101010000011011111100111100011011000110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0DF; }

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

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

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

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

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

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

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

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