#C862BD

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

Shades of Fuchsia #C862BD

Tints of Fuchsia #C862BD

Color information

#C862BD (or 0xC862BD) is unknown color: approx Fuchsia. HEX triplet: C8, 62 and BD. RGB value is (200,98,189). Sum of RGB (Red+Green+Blue) = 200+98+189=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C862BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C862BD is #379D42. Grayscale: #8A8A8A. Windows color (decimal): -3644739 or 12411592. OLE color: 12411592.

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

Color convert

RGB20098189-
CMYK00.510.060.22
HSL306.47º48.11%58.43%-
HSV(B)306.47º51%78.43%-
XYZ37.3724.6950.94-
YUV138.87156.29171.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 98 (38.67% from 255) = 20.12%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=41.07%
G=20.12%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009818900.510.060.22306.4748.1158.43
HexC862BD033616132303a
Octal3101422750636264626072
Binary11001000110001010111101011001111010110100110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C862BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C862BD; }

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

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

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

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

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

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

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

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