#CAA0D2

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

Shades of Wisteria #CAA0D2

Tints of Wisteria #CAA0D2

Color information

#CAA0D2 (or 0xCAA0D2) is unknown color: approx Wisteria. HEX triplet: CA, A0 and D2. RGB value is (202,160,210). Sum of RGB (Red+Green+Blue) = 202+160+210=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAA0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0D2 is #355F2D. Grayscale: #B2B2B2. Windows color (decimal): -3497774 or 13803722. OLE color: 13803722.

HSL color Cylindrical-coordinate representation of color #CAA0D2: hue angle of 290.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA0D2 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202160210-
CMYK0.040.2400.18
HSL290.4º35.71%72.55%-
HSV(B)290.4º23.81%82.35%-
XYZ48.5642.3566.59-
YUV178.26145.91144.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=35.31%
G=27.97%
B=36.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021602100.040.2400.18290.435.7172.55
HexCAA0D24180121222449
Octal31224032243002244244111
Binary110010101010000011010010100110000100101001000101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0D2; }

 p { color: rgb(202,160,210); }

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

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

 a { background-color: rgb(202,160,210); }

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

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

 span { border-color: rgb(202,160,210); }

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