#C85BCC

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

Shades of Fuchsia #C85BCC

Tints of Fuchsia #C85BCC

Color information

#C85BCC (or 0xC85BCC) is unknown color: approx Fuchsia. HEX triplet: C8, 5B and CC. RGB value is (200,91,204). Sum of RGB (Red+Green+Blue) = 200+91+204=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C85BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BCC is #37A433. Grayscale: #888888. Windows color (decimal): -3646516 or 13392840. OLE color: 13392840.

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

Color convert

RGB20091204-
CMYK0.020.5500.2
HSL297.88º52.56%57.84%-
HSV(B)297.88º55.39%80%-
XYZ38.4624.1259.76-
YUV136.47166.11173.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 91 (35.94% from 255) = 18.38%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=40.40%
G=18.38%
B=41.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200912040.020.5500.2297.8852.5657.84
HexC85BCC23701412a353a
Octal3101333142670244526572
Binary1100100010110111100110010110111010100100101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BCC; }

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

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

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

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

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

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

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

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