#CAA0D5

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

Shades of Wisteria #CAA0D5

Tints of Wisteria #CAA0D5

Color information

#CAA0D5 (or 0xCAA0D5) is unknown color: approx Wisteria. HEX triplet: CA, A0 and D5. RGB value is (202,160,213). Sum of RGB (Red+Green+Blue) = 202+160+213=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAA0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0D5 is #355F2A. Grayscale: #B2B2B2. Windows color (decimal): -3497771 or 14000330. OLE color: 14000330.

HSL color Cylindrical-coordinate representation of color #CAA0D5: hue angle of 287.55º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA0D5 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202160213-
CMYK0.050.2500.16
HSL287.55º38.69%73.14%-
HSV(B)287.55º24.88%83.53%-
XYZ48.9442.568.58-
YUV178.6147.41144.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=35.13%
G=27.83%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021602130.050.2500.16287.5538.6973.14
HexCAA0D55190101202749
Octal31224032553102044047111
Binary110010101010000011010101101110010100001001000001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0D5; }

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

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

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

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

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

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

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

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