Html Css Color HEX #C47DA2 Hopbush

📋 copy color: '#C47DA2'

red 196 ◦ green 125 ◦ blue 162

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

Shades of Hopbush #C47DA2

Tints of Hopbush #C47DA2

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 value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

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

RGB 196 125 162 -
CMYK 0 0.36 0.17 0.23
HSL 328.73º 0.38% 0.63% -
HSV(B) 328.73º 0.36% 0.77% -
XYZ 36.62 29.01 37.85 -
YUV 150.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 196 125 162 0 0.36 0.17 0.23 328.73 0.38 0.63
Hex C4 7D A2 0 24 11 17 149 26 3F
Octal 304 175 242 0 44 21 27 511 46 77
Binary 11000100 1111101 10100010 0 100100 10001 10111 101001001 100110 111111

Color Harmonies of #C47DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DA2

Black with #C47DA2

Text Example


Text Example

White with #C47DA2

Text Example


Text Example

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