#CAA6DC

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

Shades of Wisteria #CAA6DC

Tints of Wisteria #CAA6DC

Color information

#CAA6DC (or 0xCAA6DC) is unknown color: approx Wisteria. HEX triplet: CA, A6 and DC. RGB value is (202,166,220). Sum of RGB (Red+Green+Blue) = 202+166+220=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6DC is #355923. Grayscale: #B6B6B6. Windows color (decimal): -3496228 or 14460618. OLE color: 14460618.

HSL color Cylindrical-coordinate representation of color #CAA6DC: hue angle of 280º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA6DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202166220-
CMYK0.080.2500.14
HSL280º43.55%75.69%-
HSV(B)280º24.55%86.27%-
XYZ50.914573.71-
YUV182.92148.93141.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=34.35%
G=28.23%
B=37.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021662200.080.2500.1428043.5575.69
HexCAA6DC8190E1182c4c
Octal312246334103101643054114
Binary110010101010011011011100100011001011101000110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6DC; }

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

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

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

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

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

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

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

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