#C471AD

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

Shades of Hopbush #C471AD

Tints of Hopbush #C471AD

Color information

#C471AD (or 0xC471AD) is unknown color: approx Hopbush. HEX triplet: C4, 71 and AD. RGB value is (196,113,173). Sum of RGB (Red+Green+Blue) = 196+113+173=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C471AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471AD is #3B8E52. Grayscale: #909090. Windows color (decimal): -3903059 or 11366852. OLE color: 11366852.

HSL color Cylindrical-coordinate representation of color #C471AD: hue angle of 316.63º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471AD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196113173-
CMYK00.420.120.23
HSL316.63º41.29%60.59%-
HSV(B)316.63º42.35%76.86%-
XYZ36.2126.5642.75-
YUV144.66144164.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=40.66%
G=23.44%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611317300.420.120.23316.6341.2960.59
HexC471AD02AC1713d293d
Octal30416125505214274755175
Binary110001001110001101011010101010110010111100111101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471AD; }

 p { color: rgb(196,113,173); }

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

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

 a { background-color: rgb(196,113,173); }

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

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

 span { border-color: rgb(196,113,173); }

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