#C85EBC

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

Shades of Fuchsia #C85EBC

Tints of Fuchsia #C85EBC

Color information

#C85EBC (or 0xC85EBC) is unknown color: approx Fuchsia. HEX triplet: C8, 5E and BC. RGB value is (200,94,188). Sum of RGB (Red+Green+Blue) = 200+94+188=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EBC is #37A143. Grayscale: #888888. Windows color (decimal): -3645764 or 12345032. OLE color: 12345032.

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

Color convert

RGB20094188-
CMYK00.530.060.22
HSL306.79º49.07%57.65%-
HSV(B)306.79º53%78.43%-
XYZ36.923.9250.25-
YUV136.41157.12173.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 94 (37.11% from 255) = 19.50%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=41.49%
G=19.50%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009418800.530.060.22306.7949.0757.65
HexC85EBC035616133313a
Octal3101362740656264636172
Binary11001000101111010111100011010111010110100110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85EBC; }

 p { color: rgb(200,94,188); }

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

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

 a { background-color: rgb(200,94,188); }

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

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

 span { border-color: rgb(200,94,188); }

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