#C86EA4

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

Shades of Hopbush #C86EA4

Tints of Hopbush #C86EA4

Color information

#C86EA4 (or 0xC86EA4) is unknown color: approx Hopbush. HEX triplet: C8, 6E and A4. RGB value is (200,110,164). Sum of RGB (Red+Green+Blue) = 200+110+164=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86EA4 is #37915B. Grayscale: #8E8E8E. Windows color (decimal): -3641692 or 10776264. OLE color: 10776264.

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

Color convert

RGB200110164-
CMYK00.450.180.22
HSL324º45%60.78%-
HSV(B)324º45%78.43%-
XYZ36.126.1138.26-
YUV143.07139.82168.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=42.19%
G=23.21%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011016400.450.180.223244560.78
HexC86EA402D12161442d3d
Octal31015624405522265045575
Binary1100100011011101010010001011011001010110101000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86EA4; }

 p { color: rgb(200,110,164); }

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

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

 a { background-color: rgb(200,110,164); }

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

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

 span { border-color: rgb(200,110,164); }

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