Html Css Color HEX #C856C5 Fuchsia

📋 copy color: '#C856C5'

red 200 ◦ green 86 ◦ blue 197

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

Shades of Fuchsia #C856C5

Tints of Fuchsia #C856C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.79%

R = 41.41%
G = 17.81%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C856C5 (or 0xC856C5) is known color: Fuchsia. HEX triplet: C8, 56 and C5. RGB value is (200,86,197). Sum of RGB (Red+Green+Blue) = 200+86+197=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C856C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856C5 is #37A93A. Grayscale: #848484. Windows color (decimal): -3647803 or 12932808. OLE color: 12932808.

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

Color convert

RGB 200 86 197 -
CMYK 0 0.57 0.02 0.22
HSL 301.58º 0.51% 0.56% -
HSV(B) 301.58º 0.57% 0.78% -
XYZ 37.23 22.97 55.29 -
YUV 132.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 200 86 197 0 0.57 0.02 0.22 301.58 0.51 0.56
Hex C8 56 C5 0 39 2 16 12E 33 38
Octal 310 126 305 0 71 2 26 456 63 70
Binary 11001000 1010110 11000101 0 111001 10 10110 100101110 110011 111000

Color Harmonies of #C856C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856C5

Black with #C856C5

Text Example


Text Example

White with #C856C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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