#C85DCC

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

Shades of Fuchsia #C85DCC

Tints of Fuchsia #C85DCC

Color information

#C85DCC (or 0xC85DCC) is unknown color: approx Fuchsia. HEX triplet: C8, 5D and CC. RGB value is (200,93,204). Sum of RGB (Red+Green+Blue) = 200+93+204=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C85DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DCC is #37A233. Grayscale: #898989. Windows color (decimal): -3646004 or 13393352. OLE color: 13393352.

HSL color Cylindrical-coordinate representation of color #C85DCC: hue angle of 297.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85DCC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20093204-
CMYK0.020.5400.2
HSL297.84º52.11%58.24%-
HSV(B)297.84º54.41%80%-
XYZ38.6324.4759.81-
YUV137.65165.45172.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 93 (36.72% from 255) = 18.71%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=40.24%
G=18.71%
B=41.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200932040.020.5400.2297.8452.1158.24
HexC85DCC23601412a343a
Octal3101353142660244526472
Binary1100100010111011100110010110110010100100101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85DCC; }

 p { color: rgb(200,93,204); }

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

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

 a { background-color: rgb(200,93,204); }

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

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

 span { border-color: rgb(200,93,204); }

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