#C86FAD

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

Shades of Hopbush #C86FAD

Tints of Hopbush #C86FAD

Color information

#C86FAD (or 0xC86FAD) is unknown color: approx Hopbush. HEX triplet: C8, 6F and AD. RGB value is (200,111,173). Sum of RGB (Red+Green+Blue) = 200+111+173=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86FAD is #379052. Grayscale: #909090. Windows color (decimal): -3641427 or 11366344. OLE color: 11366344.

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

Color convert

RGB200111173-
CMYK00.440.140.22
HSL318.2º44.72%60.98%-
HSV(B)318.2º44.5%78.43%-
XYZ37.0526.6742.73-
YUV144.68143.99167.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=41.32%
G=22.93%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011117300.440.140.22318.244.7260.98
HexC86FAD02CE1613e2d3d
Octal31015725505416264765575
Binary110010001101111101011010101100111010110100111110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FAD; }

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

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

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

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

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

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

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

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