#C47DA2

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

Shades of Hopbush #C47DA2

Tints of Hopbush #C47DA2

Color information

#C47DA2 (or 0xC47DA2) is unknown color: approx Hopbush. HEX triplet: C4, 7D and A2. RGB value is (196,125,162). Sum of RGB (Red+Green+Blue) = 196+125+162=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47DA2 is #3B825D. Grayscale: #969696. Windows color (decimal): -3899998 or 10649028. OLE color: 10649028.

HSL color Cylindrical-coordinate representation of color #C47DA2: hue angle of 328.73º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47DA2 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB196125162-
CMYK00.360.170.23
HSL328.73º37.57%62.94%-
HSV(B)328.73º36.22%76.86%-
XYZ36.6229.0137.85-
YUV150.45134.52160.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 162 (63.67% from 255) = 33.54%
R=40.58%
G=25.88%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612516200.360.170.23328.7337.5762.94
HexC47DA20241117149263f
Octal30417524204421275114677
Binary1100010011111011010001001001001000110111101001001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DA2; }

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

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

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

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

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

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

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

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