#C775A9

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

Shades of Hopbush #C775A9

Tints of Hopbush #C775A9

Color information

#C775A9 (or 0xC775A9) is unknown color: approx Hopbush. HEX triplet: C7, 75 and A9. RGB value is (199,117,169). Sum of RGB (Red+Green+Blue) = 199+117+169=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C775A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775A9 is #388A56. Grayscale: #939393. Windows color (decimal): -3705431 or 11105735. OLE color: 11105735.

HSL color Cylindrical-coordinate representation of color #C775A9: hue angle of 321.95º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C775A9 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB199117169-
CMYK00.410.150.22
HSL321.95º42.27%61.96%-
HSV(B)321.95º41.21%78.04%-
XYZ37.0827.7340.93-
YUV147.45140.17164.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=41.03%
G=24.12%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911716900.410.150.22321.9542.2761.96
HexC775A9029F161422a3e
Octal30716525105117265025276
Binary110001111110101101010010101001111110110101000010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775A9; }

 p { color: rgb(199,117,169); }

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

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

 a { background-color: rgb(199,117,169); }

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

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

 span { border-color: rgb(199,117,169); }

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