#C856D0

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

Shades of Fuchsia #C856D0

Tints of Fuchsia #C856D0

Color information

#C856D0 (or 0xC856D0) is unknown color: approx Fuchsia. HEX triplet: C8, 56 and D0. RGB value is (200,86,208). Sum of RGB (Red+Green+Blue) = 200+86+208=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #C856D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856D0 is #37A92F. Grayscale: #858585. Windows color (decimal): -3647792 or 13653704. OLE color: 13653704.

HSL color Cylindrical-coordinate representation of color #C856D0: hue angle of 296.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C856D0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20086208-
CMYK0.040.5900.18
HSL296.07º56.48%57.65%-
HSV(B)296.07º58.65%81.57%-
XYZ38.5323.4962.18-
YUV133.99169.77175.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 86 (33.98% from 255) = 17.41%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=40.49%
G=17.41%
B=42.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal200862080.040.5900.18296.0756.4857.65
HexC856D043B012128383a
Octal3101263204730224507072
Binary11001000101011011010000100111011010010100101000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C856D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C856D0; }

 p { color: rgb(200,86,208); }

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

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

 a { background-color: rgb(200,86,208); }

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

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

 span { border-color: rgb(200,86,208); }

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