#CAA7D7

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

Shades of Wisteria #CAA7D7

Tints of Wisteria #CAA7D7

Color information

#CAA7D7 (or 0xCAA7D7) is unknown color: approx Wisteria. HEX triplet: CA, A7 and D7. RGB value is (202,167,215). Sum of RGB (Red+Green+Blue) = 202+167+215=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAA7D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7D7 is #355828. Grayscale: #B6B6B6. Windows color (decimal): -3495977 or 14133194. OLE color: 14133194.

HSL color Cylindrical-coordinate representation of color #CAA7D7: hue angle of 283.75º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA7D7 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202167215-
CMYK0.060.2200.16
HSL283.75º37.5%74.9%-
HSV(B)283.75º22.33%84.31%-
XYZ50.4445.170.34-
YUV182.94146.1141.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 167 (65.62% from 255) = 28.60%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=34.59%
G=28.60%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021672150.060.2200.16283.7537.574.9
HexCAA7D761601011c254b
Octal31224732762602043445113
Binary110010101010011111010111110101100100001000111001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7D7; }

 p { color: rgb(202,167,215); }

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

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

 a { background-color: rgb(202,167,215); }

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

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

 span { border-color: rgb(202,167,215); }

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