#C85EA6

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

Shades of Hopbush #C85EA6

Tints of Hopbush #C85EA6

Color information

#C85EA6 (or 0xC85EA6) is unknown color: approx Hopbush. HEX triplet: C8, 5E and A6. RGB value is (200,94,166). Sum of RGB (Red+Green+Blue) = 200+94+166=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EA6 is #37A159. Grayscale: #858585. Windows color (decimal): -3645786 or 10903240. OLE color: 10903240.

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

Color convert

RGB20094166-
CMYK00.530.170.22
HSL319.25º49.07%57.65%-
HSV(B)319.25º53%78.43%-
XYZ34.7123.0438.69-
YUV133.9146.12175.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 166 (65.23% from 255) = 36.09%
R=43.48%
G=20.43%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009416600.530.170.22319.2549.0757.65
HexC85EA6035111613f313a
Octal31013624606521264776172
Binary1100100010111101010011001101011000110110100111111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85EA6; }

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

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

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

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

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

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

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

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