#C86CBD

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

Shades of Fuchsia #C86CBD

Tints of Fuchsia #C86CBD

Color information

#C86CBD (or 0xC86CBD) is unknown color: approx Fuchsia. HEX triplet: C8, 6C and BD. RGB value is (200,108,189). Sum of RGB (Red+Green+Blue) = 200+108+189=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CBD is #379342. Grayscale: #909090. Windows color (decimal): -3642179 or 12414152. OLE color: 12414152.

HSL color Cylindrical-coordinate representation of color #C86CBD: hue angle of 307.17º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86CBD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200108189-
CMYK00.460.060.22
HSL307.17º45.54%60.39%-
HSV(B)307.17º46%78.43%-
XYZ38.3726.6851.27-
YUV144.74152.98167.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=40.24%
G=21.73%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010818900.460.060.22307.1745.5460.39
HexC86CBD02E6161332e3c
Octal3101542750566264635674
Binary11001000110110010111101010111011010110100110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CBD; }

 p { color: rgb(200,108,189); }

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

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

 a { background-color: rgb(200,108,189); }

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

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

 span { border-color: rgb(200,108,189); }

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