#C85BBA

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

Shades of Fuchsia #C85BBA

Tints of Fuchsia #C85BBA

Color information

#C85BBA (or 0xC85BBA) is unknown color: approx Fuchsia. HEX triplet: C8, 5B and BA. RGB value is (200,91,186). Sum of RGB (Red+Green+Blue) = 200+91+186=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BBA is #37A445. Grayscale: #868686. Windows color (decimal): -3646534 or 12213192. OLE color: 12213192.

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

Color convert

RGB20091186-
CMYK00.540.070.22
HSL307.71º49.77%57.06%-
HSV(B)307.71º54.5%78.43%-
XYZ36.4223.3149.03-
YUV134.42157.11174.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 91 (35.94% from 255) = 19.08%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=41.93%
G=19.08%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009118600.540.070.22307.7149.7757.06
HexC85BBA0367161343239
Octal3101332720667264646271
Binary11001000101101110111010011011011110110100110100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BBA; }

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

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

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

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

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

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

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

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