#CAA7DA

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

Shades of Wisteria #CAA7DA

Tints of Wisteria #CAA7DA

Color information

#CAA7DA (or 0xCAA7DA) is unknown color: approx Wisteria. HEX triplet: CA, A7 and DA. RGB value is (202,167,218). Sum of RGB (Red+Green+Blue) = 202+167+218=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7DA is #355825. Grayscale: #B7B7B7. Windows color (decimal): -3495974 or 14329802. OLE color: 14329802.

HSL color Cylindrical-coordinate representation of color #CAA7DA: hue angle of 281.18º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAA7DA is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202167218-
CMYK0.070.2300.15
HSL281.18º40.8%75.49%-
HSV(B)281.18º23.39%85.49%-
XYZ50.8345.2672.39-
YUV183.28147.6141.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=34.41%
G=28.45%
B=37.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021672180.070.2300.15281.1840.875.49
HexCAA7DA7170F119294b
Octal31224733272701743151113
Binary11001010101001111101101011110111011111000110011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7DA; }

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

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

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

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

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

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

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

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