#C86D9E

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

Shades of Hopbush #C86D9E

Tints of Hopbush #C86D9E

Color information

#C86D9E (or 0xC86D9E) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 9E. RGB value is (200,109,158). Sum of RGB (Red+Green+Blue) = 200+109+158=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D9E is #379261. Grayscale: #8D8D8D. Windows color (decimal): -3641954 or 10382792. OLE color: 10382792.

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

Color convert

RGB200109158-
CMYK00.460.210.22
HSL327.69º45.27%60.59%-
HSV(B)327.69º45.5%78.43%-
XYZ35.4625.6935.44-
YUV141.79137.15169.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=42.83%
G=23.34%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010915800.460.210.22327.6945.2760.59
HexC86D9E02E15161482d3d
Octal31015523605625265105575
Binary1100100011011011001111001011101010110110101001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D9E; }

 p { color: rgb(200,109,158); }

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

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

 a { background-color: rgb(200,109,158); }

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

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

 span { border-color: rgb(200,109,158); }

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