#C85EA1

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

Shades of Hopbush #C85EA1

Tints of Hopbush #C85EA1

Color information

#C85EA1 (or 0xC85EA1) is unknown color: approx Hopbush. HEX triplet: C8, 5E and A1. RGB value is (200,94,161). Sum of RGB (Red+Green+Blue) = 200+94+161=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EA1 is #37A15E. Grayscale: #858585. Windows color (decimal): -3645791 or 10575560. OLE color: 10575560.

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

Color convert

RGB20094161-
CMYK00.530.190.22
HSL322.08º49.07%57.65%-
HSV(B)322.08º53%78.43%-
XYZ34.2622.8636.32-
YUV133.33143.62175.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=43.96%
G=20.66%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009416100.530.190.22322.0849.0757.65
HexC85EA10351316142313a
Octal31013624106523265026172
Binary1100100010111101010000101101011001110110101000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85EA1; }

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

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

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

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

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

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

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

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