#CAA6DE

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

Shades of Wisteria #CAA6DE

Tints of Wisteria #CAA6DE

Color information

#CAA6DE (or 0xCAA6DE) is unknown color: approx Wisteria. HEX triplet: CA, A6 and DE. RGB value is (202,166,222). Sum of RGB (Red+Green+Blue) = 202+166+222=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6DE is #355921. Grayscale: #B6B6B6. Windows color (decimal): -3496226 or 14591690. OLE color: 14591690.

HSL color Cylindrical-coordinate representation of color #CAA6DE: hue angle of 278.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA6DE is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202166222-
CMYK0.090.2500.13
HSL278.57º45.9%76.08%-
HSV(B)278.57º25.23%87.06%-
XYZ51.1845.175.12-
YUV183.15149.93141.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=34.24%
G=28.14%
B=37.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021662220.090.2500.13278.5745.976.08
HexCAA6DE9190D1172e4c
Octal312246336113101542756114
Binary110010101010011011011110100111001011011000101111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6DE; }

 p { color: rgb(202,166,222); }

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

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

 a { background-color: rgb(202,166,222); }

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

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

 span { border-color: rgb(202,166,222); }

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