Html Css Color HEX #C47DA1 Hopbush

📋 copy color: '#C47DA1'

red 196 ◦ green 125 ◦ blue 161

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

Shades of Hopbush #C47DA1

Tints of Hopbush #C47DA1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

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

R = 40.66%
G = 25.93%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C47DA1 (or 0xC47DA1) is known color: Hopbush. HEX triplet: C4, 7D and A1. RGB value is (196,125,161). Sum of RGB (Red+Green+Blue) = 196+125+161=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47DA1 is #3B825E. Grayscale: #969696. Windows color (decimal): -3899999 or 10583492. OLE color: 10583492.

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

Color convert

RGB 196 125 161 -
CMYK 0 0.36 0.18 0.23
HSL 329.58º 0.38% 0.63% -
HSV(B) 329.58º 0.36% 0.77% -
XYZ 36.53 28.98 37.39 -
YUV 150.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 196 125 161 0 0.36 0.18 0.23 329.58 0.38 0.63
Hex C4 7D A1 0 24 12 17 14A 26 3F
Octal 304 175 241 0 44 22 27 512 46 77
Binary 11000100 1111101 10100001 0 100100 10010 10111 101001010 100110 111111

Color Harmonies of #C47DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DA1

Black with #C47DA1

Text Example


Text Example

White with #C47DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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