#C864B9

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

Shades of Fuchsia #C864B9

Tints of Fuchsia #C864B9

Color information

#C864B9 (or 0xC864B9) is unknown color: approx Fuchsia. HEX triplet: C8, 64 and B9. RGB value is (200,100,185). Sum of RGB (Red+Green+Blue) = 200+100+185=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C864B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864B9 is #379B46. Grayscale: #8B8B8B. Windows color (decimal): -3644231 or 12149960. OLE color: 12149960.

HSL color Cylindrical-coordinate representation of color #C864B9: hue angle of 309º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C864B9 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200100185-
CMYK00.50.080.22
HSL309º47.62%58.82%-
HSV(B)309º50%78.43%-
XYZ37.1324.948.75-
YUV139.59153.63171.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=41.24%
G=20.62%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010018500.50.080.2230947.6258.82
HexC864B9032816135303b
Octal31014427106210264656073
Binary110010001100100101110010110010100010110100110101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864B9; }

 p { color: rgb(200,100,185); }

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

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

 a { background-color: rgb(200,100,185); }

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

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

 span { border-color: rgb(200,100,185); }

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