Html Css Color HEX #C856CD Fuchsia

📋 copy color: '#C856CD'

red 200 ◦ green 86 ◦ blue 205

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

Shades of Fuchsia #C856CD

Tints of Fuchsia #C856CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 40.73%
G = 17.52%
B = 41.75%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C856CD (or 0xC856CD) is known color: Fuchsia. HEX triplet: C8, 56 and CD. RGB value is (200,86,205). Sum of RGB (Red+Green+Blue) = 200+86+205=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #C856CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856CD is #37A932. Grayscale: #858585. Windows color (decimal): -3647795 or 13457096. OLE color: 13457096.

HSL color Cylindrical-coordinate representation of color #C856CD: hue angle of 297.48º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C856CD is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 86 205 -
CMYK 0.02 0.58 0 0.20
HSL 297.48º 0.54% 0.57% -
HSV(B) 297.48º 0.58% 0.8% -
XYZ 38.17 23.34 60.25 -
YUV 133.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 200 86 205 0.02 0.58 0 0.20 297.48 0.54 0.57
Hex C8 56 CD 2 3A 0 14 129 36 39
Octal 310 126 315 2 72 0 24 451 66 71
Binary 11001000 1010110 11001101 10 111010 0 10100 100101001 110110 111001

Color Harmonies of #C856CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C856CD

Black with #C856CD

Text Example


Text Example

White with #C856CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C856CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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