#C764A8

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

Shades of Hopbush #C764A8

Tints of Hopbush #C764A8

Color information

#C764A8 (or 0xC764A8) is unknown color: approx Hopbush. HEX triplet: C7, 64 and A8. RGB value is (199,100,168). Sum of RGB (Red+Green+Blue) = 199+100+168=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A8 is #389B57. Grayscale: #898989. Windows color (decimal): -3709784 or 11035847. OLE color: 11035847.

HSL color Cylindrical-coordinate representation of color #C764A8: hue angle of 318.79º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764A8 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB199100168-
CMYK00.500.160.22
HSL318.79º46.92%58.63%-
HSV(B)318.79º49.75%78.04%-
XYZ35.1824.0839.84-
YUV137.35145.3171.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=42.61%
G=21.41%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910016800.500.160.22318.7946.9258.63
HexC764A8032101613f2f3b
Octal30714425006220264775773
Binary1100011111001001010100001100101000010110100111111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764A8; }

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

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

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

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

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

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

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

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