#C86FA4

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

Shades of Hopbush #C86FA4

Tints of Hopbush #C86FA4

Color information

#C86FA4 (or 0xC86FA4) is unknown color: approx Hopbush. HEX triplet: C8, 6F and A4. RGB value is (200,111,164). Sum of RGB (Red+Green+Blue) = 200+111+164=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86FA4 is #37905B. Grayscale: #8F8F8F. Windows color (decimal): -3641436 or 10776520. OLE color: 10776520.

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

Color convert

RGB200111164-
CMYK00.440.180.22
HSL324.27º44.72%60.98%-
HSV(B)324.27º44.5%78.43%-
XYZ36.226.3338.3-
YUV143.65139.49168.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=42.11%
G=23.37%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011116400.440.180.22324.2744.7260.98
HexC86FA402C12161442d3d
Octal31015724405422265045575
Binary1100100011011111010010001011001001010110101000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FA4; }

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

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

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

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

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

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

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

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