#C86FAE

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

Shades of Hopbush #C86FAE

Tints of Hopbush #C86FAE

Color information

#C86FAE (or 0xC86FAE) is unknown color: approx Hopbush. HEX triplet: C8, 6F and AE. RGB value is (200,111,174). Sum of RGB (Red+Green+Blue) = 200+111+174=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86FAE is #379051. Grayscale: #909090. Windows color (decimal): -3641426 or 11431880. OLE color: 11431880.

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

Color convert

RGB200111174-
CMYK00.440.130.22
HSL317.53º44.72%60.98%-
HSV(B)317.53º44.5%78.43%-
XYZ37.1426.743.24-
YUV144.79144.49167.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=41.24%
G=22.89%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011117400.440.130.22317.5344.7260.98
HexC86FAE02CD1613e2d3d
Octal31015725605415264765575
Binary110010001101111101011100101100110110110100111110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FAE; }

 p { color: rgb(200,111,174); }

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

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

 a { background-color: rgb(200,111,174); }

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

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

 span { border-color: rgb(200,111,174); }

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