#CAAADA

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

Shades of Wisteria #CAAADA

Tints of Wisteria #CAAADA

Color information

#CAAADA (or 0xCAAADA) is unknown color: approx Wisteria. HEX triplet: CA, AA and DA. RGB value is (202,170,218). Sum of RGB (Red+Green+Blue) = 202+170+218=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAADA is #355525. Grayscale: #B8B8B8. Windows color (decimal): -3495206 or 14330570. OLE color: 14330570.

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

Color convert

RGB202170218-
CMYK0.070.2200.15
HSL280º39.34%76.08%-
HSV(B)280º22.02%85.49%-
XYZ51.3946.3772.57-
YUV185.04146.6140.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=34.24%
G=28.81%
B=36.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021702180.070.2200.1528039.3476.08
HexCAAADA7160F118274c
Octal31225233272601743047114
Binary11001010101010101101101011110110011111000110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAADA; }

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

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

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

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

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

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

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

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