#C863B5

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

Shades of Fuchsia #C863B5

Tints of Fuchsia #C863B5

Color information

#C863B5 (or 0xC863B5) is unknown color: approx Fuchsia. HEX triplet: C8, 63 and B5. RGB value is (200,99,181). Sum of RGB (Red+Green+Blue) = 200+99+181=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C863B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863B5 is #379C4A. Grayscale: #8A8A8A. Windows color (decimal): -3644491 or 11887560. OLE color: 11887560.

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

Color convert

RGB20099181-
CMYK00.500.090.22
HSL311.29º47.87%58.63%-
HSV(B)311.29º50.5%78.43%-
XYZ36.6224.5446.52-
YUV138.55151.96171.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 99 (39.06% from 255) = 20.62%
BLUE value IS 181 (71.09% from 255) = 37.71%
R=41.67%
G=20.62%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009918100.500.090.22311.2947.8758.63
HexC863B5032916137303b
Octal31014326506211264676073
Binary110010001100011101101010110010100110110100110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863B5; }

 p { color: rgb(200,99,181); }

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

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

 a { background-color: rgb(200,99,181); }

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

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

 span { border-color: rgb(200,99,181); }

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