#C5A2DD

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

Shades of Wisteria #C5A2DD

Tints of Wisteria #C5A2DD

Color information

#C5A2DD (or 0xC5A2DD) is unknown color: approx Wisteria. HEX triplet: C5, A2 and DD. RGB value is (197,162,221). Sum of RGB (Red+Green+Blue) = 197+162+221=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5A2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2DD is #3A5D22. Grayscale: #B2B2B2. Windows color (decimal): -3824931 or 14525125. OLE color: 14525125.

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

Color convert

RGB197162221-
CMYK0.110.2700.13
HSL275.59º46.46%75.1%-
HSV(B)275.59º26.7%86.67%-
XYZ4942.9374.11-
YUV179.19151.6140.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=33.97%
G=27.93%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971622210.110.2700.13275.5946.4675.1
HexC5A2DDB1B0D1142e4b
Octal305242335133301542456113
Binary110001011010001011011101101111011011011000101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2DD; }

 p { color: rgb(197,162,221); }

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

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

 a { background-color: rgb(197,162,221); }

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

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

 span { border-color: rgb(197,162,221); }

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