Html Css Color HEX #C56DC6 Fuchsia

📋 copy color: '#C56DC6'

red 197 ◦ green 109 ◦ blue 198

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

Shades of Fuchsia #C56DC6

Tints of Fuchsia #C56DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 39.09%
G = 21.63%
B = 39.29%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C56DC6 (or 0xC56DC6) is known color: Fuchsia. HEX triplet: C5, 6D and C6. RGB value is (197,109,198). Sum of RGB (Red+Green+Blue) = 197+109+198=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #C56DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DC6 is #3A9239. Grayscale: #919191. Windows color (decimal): -3838522 or 13004229. OLE color: 13004229.

HSL color Cylindrical-coordinate representation of color #C56DC6: hue angle of 299.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56DC6 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 109 198 -
CMYK 0.01 0.45 0 0.22
HSL 299.33º 0.44% 0.6% -
HSV(B) 299.33º 0.45% 0.78% -
XYZ 38.69 26.88 56.58 -
YUV 145.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 197 109 198 0.01 0.45 0 0.22 299.33 0.44 0.6
Hex C5 6D C6 1 2D 0 16 12B 2C 3C
Octal 305 155 306 1 55 0 26 453 54 74
Binary 11000101 1101101 11000110 1 101101 0 10110 100101011 101100 111100

Color Harmonies of #C56DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56DC6

Black with #C56DC6

Text Example


Text Example

White with #C56DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56DC6; }

 p { color: rgb(197,109,198); }

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

background-color css

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

 a { background-color: rgb(197,109,198); }

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

border-color css

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

 span { border-color: rgb(197,109,198); }

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