#CAA8DA

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

Shades of Wisteria #CAA8DA

Tints of Wisteria #CAA8DA

Color information

#CAA8DA (or 0xCAA8DA) is unknown color: approx Wisteria. HEX triplet: CA, A8 and DA. RGB value is (202,168,218). Sum of RGB (Red+Green+Blue) = 202+168+218=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DA is #355725. Grayscale: #B7B7B7. Windows color (decimal): -3495718 or 14330058. OLE color: 14330058.

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

Color convert

RGB202168218-
CMYK0.070.2300.15
HSL280.8º40.32%75.69%-
HSV(B)280.8º22.94%85.49%-
XYZ51.0145.6272.45-
YUV183.87147.26140.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=34.35%
G=28.57%
B=37.07%

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
Decimal2021682180.070.2300.15280.840.3275.69
HexCAA8DA7170F119284c
Octal31225033272701743150114
Binary11001010101010001101101011110111011111000110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8DA; }

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

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

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

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

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

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

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

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