#C85BB7

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

Shades of Fuchsia #C85BB7

Tints of Fuchsia #C85BB7

Color information

#C85BB7 (or 0xC85BB7) is unknown color: approx Fuchsia. HEX triplet: C8, 5B and B7. RGB value is (200,91,183). Sum of RGB (Red+Green+Blue) = 200+91+183=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BB7 is #37A448. Grayscale: #858585. Windows color (decimal): -3646537 or 12016584. OLE color: 12016584.

HSL color Cylindrical-coordinate representation of color #C85BB7: hue angle of 309.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85BB7 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB20091183-
CMYK00.540.080.22
HSL309.36º49.77%57.06%-
HSV(B)309.36º54.5%78.43%-
XYZ36.1123.1847.37-
YUV134.08155.61175.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 91 (35.94% from 255) = 19.20%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=42.19%
G=19.20%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009118300.540.080.22309.3649.7757.06
HexC85BB70368161353239
Octal31013326706610264656271
Binary110010001011011101101110110110100010110100110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BB7; }

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

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

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

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

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

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

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

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