#C863A7

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

Shades of Hopbush #C863A7

Tints of Hopbush #C863A7

Color information

#C863A7 (or 0xC863A7) is unknown color: approx Hopbush. HEX triplet: C8, 63 and A7. RGB value is (200,99,167). Sum of RGB (Red+Green+Blue) = 200+99+167=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C863A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863A7 is #379C58. Grayscale: #888888. Windows color (decimal): -3644505 or 10970056. OLE color: 10970056.

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

Color convert

RGB20099167-
CMYK00.500.160.22
HSL319.6º47.87%58.63%-
HSV(B)319.6º50.5%78.43%-
XYZ35.2623.9939.33-
YUV136.95144.96172.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 167 (65.62% from 255) = 35.84%
R=42.92%
G=21.24%
B=35.84%

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
Decimal2009916700.500.160.22319.647.8758.63
HexC863A70321016140303b
Octal31014324706220265006073
Binary1100100011000111010011101100101000010110101000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863A7; }

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

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

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

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

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

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

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

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