#CAA9DC

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

Shades of Wisteria #CAA9DC

Tints of Wisteria #CAA9DC

Color information

#CAA9DC (or 0xCAA9DC) is unknown color: approx Wisteria. HEX triplet: CA, A9 and DC. RGB value is (202,169,220). Sum of RGB (Red+Green+Blue) = 202+169+220=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9DC is #355623. Grayscale: #B8B8B8. Windows color (decimal): -3495460 or 14461386. OLE color: 14461386.

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

Color convert

RGB202169220-
CMYK0.080.2300.14
HSL278.82º42.15%76.27%-
HSV(B)278.82º23.18%86.27%-
XYZ51.4646.173.9-
YUV184.68147.93140.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=34.18%
G=28.60%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021692200.080.2300.14278.8242.1576.27
HexCAA9DC8170E1172a4c
Octal312251334102701642752114
Binary110010101010100111011100100010111011101000101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9DC; }

 p { color: rgb(202,169,220); }

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

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

 a { background-color: rgb(202,169,220); }

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

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

 span { border-color: rgb(202,169,220); }

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