#C7A0D3

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

Shades of Wisteria #C7A0D3

Tints of Wisteria #C7A0D3

Color information

#C7A0D3 (or 0xC7A0D3) is unknown color: approx Wisteria. HEX triplet: C7, A0 and D3. RGB value is (199,160,211). Sum of RGB (Red+Green+Blue) = 199+160+211=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #C7A0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A0D3 is #385F2C. Grayscale: #B1B1B1. Windows color (decimal): -3694381 or 13869255. OLE color: 13869255.

HSL color Cylindrical-coordinate representation of color #C7A0D3: hue angle of 285.88º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7A0D3 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199160211-
CMYK0.060.2400.17
HSL285.88º36.69%72.75%-
HSV(B)285.88º24.17%82.75%-
XYZ47.8841.9967.21-
YUV177.48146.92143.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 211 (82.81% from 255) = 37.02%
R=34.91%
G=28.07%
B=37.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1991602110.060.2400.17285.8836.6972.75
HexC7A0D361801111e2549
Octal30724032363002143645111
Binary110001111010000011010011110110000100011000111101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A0D3; }

 p { color: rgb(199,160,211); }

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

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

 a { background-color: rgb(199,160,211); }

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

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

 span { border-color: rgb(199,160,211); }

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