#C775AC

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

Shades of Hopbush #C775AC

Tints of Hopbush #C775AC

Color information

#C775AC (or 0xC775AC) is unknown color: approx Hopbush. HEX triplet: C7, 75 and AC. RGB value is (199,117,172). Sum of RGB (Red+Green+Blue) = 199+117+172=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C775AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775AC is #388A53. Grayscale: #939393. Windows color (decimal): -3705428 or 11302343. OLE color: 11302343.

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

Color convert

RGB199117172-
CMYK00.410.140.22
HSL319.76º42.27%61.96%-
HSV(B)319.76º41.21%78.04%-
XYZ37.3627.8442.43-
YUV147.79141.67164.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=40.78%
G=23.98%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911717200.410.140.22319.7642.2761.96
HexC775AC029E161402a3e
Octal30716525405116265005276
Binary110001111110101101011000101001111010110101000000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775AC; }

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

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

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

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

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

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

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

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