#C85BB6

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

Shades of Fuchsia #C85BB6

Tints of Fuchsia #C85BB6

Color information

#C85BB6 (or 0xC85BB6) is unknown color: approx Fuchsia. HEX triplet: C8, 5B and B6. RGB value is (200,91,182). Sum of RGB (Red+Green+Blue) = 200+91+182=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BB6 is #37A449. Grayscale: #858585. Windows color (decimal): -3646538 or 11951048. OLE color: 11951048.

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

Color convert

RGB20091182-
CMYK00.540.090.22
HSL309.91º49.77%57.06%-
HSV(B)309.91º54.5%78.43%-
XYZ3623.1446.82-
YUV133.96155.11175.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=42.28%
G=19.24%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009118200.540.090.22309.9149.7757.06
HexC85BB60369161363239
Octal31013326606611264666271
Binary110010001011011101101100110110100110110100110110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BB6; }

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

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

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

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

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

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

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

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