#C5A7D4

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

Shades of Wisteria #C5A7D4

Tints of Wisteria #C5A7D4

Color information

#C5A7D4 (or 0xC5A7D4) is unknown color: approx Wisteria. HEX triplet: C5, A7 and D4. RGB value is (197,167,212). Sum of RGB (Red+Green+Blue) = 197+167+212=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5A7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7D4 is #3A582B. Grayscale: #B4B4B4. Windows color (decimal): -3823660 or 13936581. OLE color: 13936581.

HSL color Cylindrical-coordinate representation of color #C5A7D4: hue angle of 280º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5A7D4 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB197167212-
CMYK0.070.2100.17
HSL280º34.35%74.31%-
HSV(B)280º21.23%83.14%-
XYZ48.7344.2668.26-
YUV181.1145.44139.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=34.20%
G=28.99%
B=36.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1971672120.070.2100.1728034.3574.31
HexC5A7D4715011118224a
Octal30524732472502143042112
Binary110001011010011111010100111101010100011000110001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7D4; }

 p { color: rgb(197,167,212); }

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

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

 a { background-color: rgb(197,167,212); }

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

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

 span { border-color: rgb(197,167,212); }

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