Html Css Color HEX #C856CF Fuchsia

📋 copy color: '#C856CF'

red 200 ◦ green 86 ◦ blue 207

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

Shades of Fuchsia #C856CF

Tints of Fuchsia #C856CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 40.57%
G = 17.44%
B = 41.99%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C856CF (or 0xC856CF) is known color: Fuchsia. HEX triplet: C8, 56 and CF. RGB value is (200,86,207). Sum of RGB (Red+Green+Blue) = 200+86+207=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C856CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856CF is #37A930. Grayscale: #858585. Windows color (decimal): -3647793 or 13588168. OLE color: 13588168.

HSL color Cylindrical-coordinate representation of color #C856CF: hue angle of 296.53º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C856CF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 86 207 -
CMYK 0.03 0.58 0 0.19
HSL 296.53º 0.56% 0.57% -
HSV(B) 296.53º 0.58% 0.81% -
XYZ 38.41 23.44 61.53 -
YUV 133.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 200 86 207 0.03 0.58 0 0.19 296.53 0.56 0.57
Hex C8 56 CF 3 3A 0 13 129 38 39
Octal 310 126 317 3 72 0 23 451 70 71
Binary 11001000 1010110 11001111 11 111010 0 10011 100101001 111000 111001

Color Harmonies of #C856CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856CF

Black with #C856CF

Text Example


Text Example

White with #C856CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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