#C85EA2

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

Shades of Hopbush #C85EA2

Tints of Hopbush #C85EA2

Color information

#C85EA2 (or 0xC85EA2) is unknown color: approx Hopbush. HEX triplet: C8, 5E and A2. RGB value is (200,94,162). Sum of RGB (Red+Green+Blue) = 200+94+162=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EA2 is #37A15D. Grayscale: #858585. Windows color (decimal): -3645790 or 10641096. OLE color: 10641096.

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

Color convert

RGB20094162-
CMYK00.530.190.22
HSL321.51º49.07%57.65%-
HSV(B)321.51º53%78.43%-
XYZ34.3422.8936.79-
YUV133.45144.12175.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=43.86%
G=20.61%
B=35.53%

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
Decimal2009416200.530.190.22321.5149.0757.65
HexC85EA20351316142313a
Octal31013624206523265026172
Binary1100100010111101010001001101011001110110101000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85EA2; }

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

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

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

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

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

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

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

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