#C85EA5

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

Shades of Hopbush #C85EA5

Tints of Hopbush #C85EA5

Color information

#C85EA5 (or 0xC85EA5) is unknown color: approx Hopbush. HEX triplet: C8, 5E and A5. RGB value is (200,94,165). Sum of RGB (Red+Green+Blue) = 200+94+165=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EA5 is #37A15A. Grayscale: #858585. Windows color (decimal): -3645787 or 10837704. OLE color: 10837704.

HSL color Cylindrical-coordinate representation of color #C85EA5: hue angle of 319.81º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EA5 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB20094165-
CMYK00.530.180.22
HSL319.81º49.07%57.65%-
HSV(B)319.81º53%78.43%-
XYZ34.612338.21-
YUV133.79145.62175.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=43.57%
G=20.48%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009416500.530.180.22319.8149.0757.65
HexC85EA50351216140313a
Octal31013624506522265006172
Binary1100100010111101010010101101011001010110101000000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85EA5; }

 p { color: rgb(200,94,165); }

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

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

 a { background-color: rgb(200,94,165); }

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

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

 span { border-color: rgb(200,94,165); }

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