#C855BE

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

Shades of Fuchsia #C855BE

Tints of Fuchsia #C855BE

Color information

#C855BE (or 0xC855BE) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and BE. RGB value is (200,85,190). Sum of RGB (Red+Green+Blue) = 200+85+190=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C855BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855BE is #37AA41. Grayscale: #838383. Windows color (decimal): -3648066 or 12473800. OLE color: 12473800.

HSL color Cylindrical-coordinate representation of color #C855BE: hue angle of 305.22º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855BE is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB20085190-
CMYK00.580.050.22
HSL305.22º51.11%55.88%-
HSV(B)305.22º57.5%78.43%-
XYZ36.3622.4951.14-
YUV131.35161.1176.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 190 (74.61% from 255) = 40%
R=42.11%
G=17.89%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008519000.580.050.22305.2251.1155.88
HexC855BE03A5161313338
Octal3101252760725264616370
Binary11001000101010110111110011101010110110100110001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855BE; }

 p { color: rgb(200,85,190); }

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

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

 a { background-color: rgb(200,85,190); }

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

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

 span { border-color: rgb(200,85,190); }

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