#C864A7

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

Shades of Hopbush #C864A7

Tints of Hopbush #C864A7

Color information

#C864A7 (or 0xC864A7) is unknown color: approx Hopbush. HEX triplet: C8, 64 and A7. RGB value is (200,100,167). Sum of RGB (Red+Green+Blue) = 200+100+167=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C864A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C864A7 is #379B58. Grayscale: #898989. Windows color (decimal): -3644249 or 10970312. OLE color: 10970312.

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

Color convert

RGB200100167-
CMYK00.50.160.22
HSL319.8º47.62%58.82%-
HSV(B)319.8º50%78.43%-
XYZ35.3524.1839.36-
YUV137.54144.63172.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=42.83%
G=21.41%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010016700.50.160.22319.847.6258.82
HexC864A70321016140303b
Octal31014424706220265006073
Binary1100100011001001010011101100101000010110101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864A7; }

 p { color: rgb(200,100,167); }

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

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

 a { background-color: rgb(200,100,167); }

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

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

 span { border-color: rgb(200,100,167); }

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