Html Css Color HEX #C856B6 Fuchsia

📋 copy color: '#C856B6'

red 200 ◦ green 86 ◦ blue 182

#C856B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C856B6

Tints of Fuchsia #C856B6

RGB

 RED value IS 200 (78.52% from 255) = 42.74%

 GREEN value IS 86 (33.98% from 255) = 18.38%

 BLUE value IS 182 (71.48% from 255) = 38.89%

R = 42.74%
G = 18.38%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C856B6 (or 0xC856B6) is known color: Fuchsia. HEX triplet: C8, 56 and B6. RGB value is (200,86,182). Sum of RGB (Red+Green+Blue) = 200+86+182=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C856B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856B6 is #37A949. Grayscale: #828282. Windows color (decimal): -3647818 or 11949768. OLE color: 11949768.

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

Color convert

RGB 200 86 182 -
CMYK 0 0.57 0.09 0.22
HSL 309.47º 0.51% 0.56% -
HSV(B) 309.47º 0.57% 0.78% -
XYZ 35.59 22.31 46.69 -
YUV 131.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 200 86 182 0 0.57 0.09 0.22 309.47 0.51 0.56
Hex C8 56 B6 0 39 9 16 135 33 38
Octal 310 126 266 0 71 11 26 465 63 70
Binary 11001000 1010110 10110110 0 111001 1001 10110 100110101 110011 111000

Color Harmonies of #C856B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856B6

Black with #C856B6

Text Example


Text Example

White with #C856B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856B6; }

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

 H1.HeaderClassName
 {
   color: #C856B6;
 }
 .AnyTagClassName
 {
   color: #C856B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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