#C7A2DC

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

Shades of Wisteria #C7A2DC

Tints of Wisteria #C7A2DC

Color information

#C7A2DC (or 0xC7A2DC) is unknown color: approx Wisteria. HEX triplet: C7, A2 and DC. RGB value is (199,162,220). Sum of RGB (Red+Green+Blue) = 199+162+220=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2DC is #385D23. Grayscale: #B3B3B3. Windows color (decimal): -3693860 or 14459591. OLE color: 14459591.

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

Color convert

RGB199162220-
CMYK0.100.2600.14
HSL278.28º45.31%74.9%-
HSV(B)278.28º26.36%86.27%-
XYZ49.3943.1573.44-
YUV179.68150.76141.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.25%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=34.25%
G=27.88%
B=37.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991622200.100.2600.14278.2845.3174.9
HexC7A2DCA1A0E1162d4b
Octal307242334123201642655113
Binary110001111010001011011100101011010011101000101101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A2DC; }

 p { color: rgb(199,162,220); }

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

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

 a { background-color: rgb(199,162,220); }

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

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

 span { border-color: rgb(199,162,220); }

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