#C47BA1

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

Shades of Hopbush #C47BA1

Tints of Hopbush #C47BA1

Color information

#C47BA1 (or 0xC47BA1) is unknown color: approx Hopbush. HEX triplet: C4, 7B and A1. RGB value is (196,123,161). Sum of RGB (Red+Green+Blue) = 196+123+161=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BA1 is #3B845E. Grayscale: #959595. Windows color (decimal): -3900511 or 10582980. OLE color: 10582980.

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

Color convert

RGB196123161-
CMYK00.370.180.23
HSL328.77º38.22%62.55%-
HSV(B)328.77º37.24%76.86%-
XYZ36.2828.4737.3-
YUV149.16134.68161.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=40.83%
G=25.62%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612316100.370.180.23328.7738.2262.55
HexC47BA10251217149263f
Octal30417324104522275114677
Binary1100010011110111010000101001011001010111101001001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47BA1; }

 p { color: rgb(196,123,161); }

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

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

 a { background-color: rgb(196,123,161); }

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

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

 span { border-color: rgb(196,123,161); }

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