Html Css Color HEX #C556CE Fuchsia

📋 copy color: '#C556CE'

red 197 ◦ green 86 ◦ blue 206

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

Shades of Fuchsia #C556CE

Tints of Fuchsia #C556CE

RGB

 RED value IS 197 (77.34% from 255) = 40.29%

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 40.29%
G = 17.59%
B = 42.13%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C556CE (or 0xC556CE) is known color: Fuchsia. HEX triplet: C5, 56 and CE. RGB value is (197,86,206). Sum of RGB (Red+Green+Blue) = 197+86+206=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C556CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556CE is #3AA931. Grayscale: #848484. Windows color (decimal): -3844402 or 13522629. OLE color: 13522629.

HSL color Cylindrical-coordinate representation of color #C556CE: hue angle of 295.5º degrees, saturation: 0.55, 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 #C556CE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 86 206 -
CMYK 0.04 0.58 0 0.19
HSL 295.5º 0.55% 0.57% -
HSV(B) 295.5º 0.58% 0.81% -
XYZ 37.49 22.98 60.85 -
YUV 132.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 197 86 206 0.04 0.58 0 0.19 295.5 0.55 0.57
Hex C5 56 CE 4 3A 0 13 128 37 39
Octal 305 126 316 4 72 0 23 450 67 71
Binary 11000101 1010110 11001110 100 111010 0 10011 100101000 110111 111001

Color Harmonies of #C556CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C556CE

Black with #C556CE

Text Example


Text Example

White with #C556CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C556CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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