#C775A8

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

Shades of Hopbush #C775A8

Tints of Hopbush #C775A8

Color information

#C775A8 (or 0xC775A8) is unknown color: approx Hopbush. HEX triplet: C7, 75 and A8. RGB value is (199,117,168). Sum of RGB (Red+Green+Blue) = 199+117+168=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C775A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775A8 is #388A57. Grayscale: #939393. Windows color (decimal): -3705432 or 11040199. OLE color: 11040199.

HSL color Cylindrical-coordinate representation of color #C775A8: hue angle of 322.68º 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 #C775A8 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB199117168-
CMYK00.410.160.22
HSL322.68º42.27%61.96%-
HSV(B)322.68º41.21%78.04%-
XYZ36.9827.6940.44-
YUV147.33139.67164.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.12%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=41.12%
G=24.17%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911716800.410.160.22322.6842.2761.96
HexC775A802910161432a3e
Octal30716525005120265035276
Binary1100011111101011010100001010011000010110101000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775A8; }

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

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

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

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

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

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

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

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