#C5A0DB

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

Shades of Wisteria #C5A0DB

Tints of Wisteria #C5A0DB

Color information

#C5A0DB (or 0xC5A0DB) is unknown color: approx Wisteria. HEX triplet: C5, A0 and DB. RGB value is (197,160,219). Sum of RGB (Red+Green+Blue) = 197+160+219=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0DB is #3A5F24. Grayscale: #B1B1B1. Windows color (decimal): -3825445 or 14393541. OLE color: 14393541.

HSL color Cylindrical-coordinate representation of color #C5A0DB: hue angle of 277.63º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A0DB is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197160219-
CMYK0.100.2700.14
HSL277.63º45.04%74.31%-
HSV(B)277.63º26.94%85.88%-
XYZ48.3842.1372.6-
YUV177.79151.26141.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 160 (62.89% from 255) = 27.78%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=34.20%
G=27.78%
B=38.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971602190.100.2700.14277.6345.0474.31
HexC5A0DBA1B0E1162d4a
Octal305240333123301642655112
Binary110001011010000011011011101011011011101000101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A0DB; }

 p { color: rgb(197,160,219); }

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

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

 a { background-color: rgb(197,160,219); }

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

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

 span { border-color: rgb(197,160,219); }

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