#C771AD

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

Shades of Hopbush #C771AD

Tints of Hopbush #C771AD

Color information

#C771AD (or 0xC771AD) is unknown color: approx Hopbush. HEX triplet: C7, 71 and AD. RGB value is (199,113,173). Sum of RGB (Red+Green+Blue) = 199+113+173=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C771AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C771AD is #388E52. Grayscale: #919191. Windows color (decimal): -3706451 or 11366855. OLE color: 11366855.

HSL color Cylindrical-coordinate representation of color #C771AD: hue angle of 318.14º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771AD is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199113173-
CMYK00.430.130.22
HSL318.14º43.43%61.18%-
HSV(B)318.14º43.22%78.04%-
XYZ3726.9742.79-
YUV145.55143.49166.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=41.03%
G=23.30%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911317300.430.130.22318.1443.4361.18
HexC771AD02BD1613e2b3d
Octal30716125505315264765375
Binary110001111110001101011010101011110110110100111110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771AD; }

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

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

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

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

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

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

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

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