#C7A5D7

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

Shades of Wisteria #C7A5D7

Tints of Wisteria #C7A5D7

Color information

#C7A5D7 (or 0xC7A5D7) is unknown color: approx Wisteria. HEX triplet: C7, A5 and D7. RGB value is (199,165,215). Sum of RGB (Red+Green+Blue) = 199+165+215=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7A5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5D7 is #385A28. Grayscale: #B4B4B4. Windows color (decimal): -3693097 or 14132679. OLE color: 14132679.

HSL color Cylindrical-coordinate representation of color #C7A5D7: hue angle of 280.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7A5D7 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199165215-
CMYK0.070.2300.16
HSL280.8º38.46%74.51%-
HSV(B)280.8º23.26%84.31%-
XYZ49.2743.9670.18-
YUV180.87147.26140.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 165 (64.84% from 255) = 28.50%
BLUE value IS 215 (84.38% from 255) = 37.13%
R=34.37%
G=28.50%
B=37.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991652150.070.2300.16280.838.4674.51
HexC7A5D7717010119264b
Octal30724532772702043146113
Binary110001111010010111010111111101110100001000110011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A5D7; }

 p { color: rgb(199,165,215); }

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

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

 a { background-color: rgb(199,165,215); }

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

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

 span { border-color: rgb(199,165,215); }

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