Html Css Color HEX #C47BA1 Hopbush

📋 copy color: '#C47BA1'

red 196 ◦ green 123 ◦ blue 161

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

Shades of Hopbush #C47BA1

Tints of Hopbush #C47BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

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

R = 40.83%
G = 25.63%
B = 33.54%

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

#C47BA1 (or 0xC47BA1) is known color: 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

RGB 196 123 161 -
CMYK 0 0.37 0.18 0.23
HSL 328.77º 0.38% 0.63% -
HSV(B) 328.77º 0.37% 0.77% -
XYZ 36.28 28.47 37.3 -
YUV 149.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 196 123 161 0 0.37 0.18 0.23 328.77 0.38 0.63
Hex C4 7B A1 0 25 12 17 149 26 3F
Octal 304 173 241 0 45 22 27 511 46 77
Binary 11000100 1111011 10100001 0 100101 10010 10111 101001001 100110 111111

Color Harmonies of #C47BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BA1

Black with #C47BA1

Text Example


Text Example

White with #C47BA1

Text Example


Text Example

HTML Codes & Css Web 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>