#c85eb4

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

Shades of Fuchsia #C85EB4

Tints of Fuchsia #C85EB4

Color information

#C85EB4 (or 0xC85EB4) is unknown color: approx Fuchsia. HEX triplet: C8, 5E and B4. RGB value is (200,94,180). Sum of RGB (Red+Green+Blue) = 200+94+180=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EB4 is #37A14B. Grayscale: #878787. Windows color (decimal): -3645772 or 11820744. OLE color: 11820744.

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

Color convert

RGB20094180-
CMYK00.530.10.22
HSL311.32º49.07%57.65%-
HSV(B)311.32º53%78.43%-
XYZ36.0623.5845.83-
YUV135.5153.12174.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 94 (37.11% from 255) = 19.83%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=42.19%
G=19.83%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009418000.530.10.22311.3249.0757.65
HexC85EB4035A16137313a
Octal31013626406512264676172
Binary110010001011110101101000110101101010110100110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85eb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85eb4; }

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

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

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

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

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

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

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

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