#C47DDC

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

Shades of Wisteria #C47DDC

Tints of Wisteria #C47DDC

Color information

#C47DDC (or 0xC47DDC) is unknown color: approx Wisteria. HEX triplet: C4, 7D and DC. RGB value is (196,125,220). Sum of RGB (Red+Green+Blue) = 196+125+220=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C47DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DDC is #3B8223. Grayscale: #9C9C9C. Windows color (decimal): -3899940 or 14450116. OLE color: 14450116.

HSL color Cylindrical-coordinate representation of color #C47DDC: hue angle of 284.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47DDC is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196125220-
CMYK0.110.4300.14
HSL284.84º57.58%67.65%-
HSV(B)284.84º43.18%86.27%-
XYZ43.0231.5771.54-
YUV157.06163.52155.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=36.23%
G=23.11%
B=40.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961252200.110.4300.14284.8457.5867.65
HexC47DDCB2B0E11d3a44
Octal304175334135301643572104
Binary110001001111101110111001011101011011101000111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DDC; }

 p { color: rgb(196,125,220); }

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

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

 a { background-color: rgb(196,125,220); }

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

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

 span { border-color: rgb(196,125,220); }

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