#c862be

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

Shades of Fuchsia #C862BE

Tints of Fuchsia #C862BE

Color information

#C862BE (or 0xC862BE) is unknown color: approx Fuchsia. HEX triplet: C8, 62 and BE. RGB value is (200,98,190). Sum of RGB (Red+Green+Blue) = 200+98+190=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BE is #379D41. Grayscale: #8A8A8A. Windows color (decimal): -3644738 or 12477128. OLE color: 12477128.

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

Color convert

RGB20098190-
CMYK00.510.050.22
HSL305.88º48.11%58.43%-
HSV(B)305.88º51%78.43%-
XYZ37.4824.7351.51-
YUV138.99156.79171.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 98 (38.67% from 255) = 20.08%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=40.98%
G=20.08%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009819000.510.050.22305.8848.1158.43
HexC862BE033516132303a
Octal3101422760635264626072
Binary11001000110001010111110011001110110110100110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c862be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c862be; }

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

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

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

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

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

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

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

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