Html Css Color HEX #C47CA1 Hopbush

📋 copy color: '#C47CA1'

red 196 ◦ green 124 ◦ blue 161

#C47CA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C47CA1

Tints of Hopbush #C47CA1

RGB

 RED value IS 196 (76.95% from 255) = 40.75%

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 161 (63.28% from 255) = 33.47%

R = 40.75%
G = 25.78%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C47CA1 (or 0xC47CA1) is known color: Hopbush. HEX triplet: C4, 7C and A1. RGB value is (196,124,161). Sum of RGB (Red+Green+Blue) = 196+124+161=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CA1 is #3B835E. Grayscale: #959595. Windows color (decimal): -3900255 or 10583236. OLE color: 10583236.

HSL color Cylindrical-coordinate representation of color #C47CA1: hue angle of 329.17º 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 #C47CA1 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 161 -
CMYK 0 0.37 0.18 0.23
HSL 329.17º 0.38% 0.63% -
HSV(B) 329.17º 0.37% 0.77% -
XYZ 36.41 28.72 37.34 -
YUV 149.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 196 124 161 0 0.37 0.18 0.23 329.17 0.38 0.63
Hex C4 7C A1 0 25 12 17 149 26 3F
Octal 304 174 241 0 45 22 27 511 46 77
Binary 11000100 1111100 10100001 0 100101 10010 10111 101001001 100110 111111

Color Harmonies of #C47CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CA1

Black with #C47CA1

Text Example


Text Example

White with #C47CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CA1; }

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

 H1.HeaderClassName
 {
   color: #C47CA1;
 }
 .AnyTagClassName
 {
   color: #C47CA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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