Html Css Color HEX #C656B0 Fuchsia

📋 copy color: '#C656B0'

red 198 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #C656B0

Tints of Fuchsia #C656B0

RGB

 RED value IS 198 (77.73% from 255) = 43.04%

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 43.04%
G = 18.7%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C656B0 (or 0xC656B0) is known color: Fuchsia. HEX triplet: C6, 56 and B0. RGB value is (198,86,176). Sum of RGB (Red+Green+Blue) = 198+86+176=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C656B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656B0 is #39A94F. Grayscale: #818181. Windows color (decimal): -3778896 or 11556550. OLE color: 11556550.

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

Color convert

RGB 198 86 176 -
CMYK 0 0.57 0.11 0.22
HSL 311.79º 0.5% 0.56% -
HSV(B) 311.79º 0.57% 0.78% -
XYZ 34.45 21.8 43.47 -
YUV 129.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 198 86 176 0 0.57 0.11 0.22 311.79 0.5 0.56
Hex C6 56 B0 0 39 B 16 138 32 38
Octal 306 126 260 0 71 13 26 470 62 70
Binary 11000110 1010110 10110000 0 111001 1011 10110 100111000 110010 111000

Color Harmonies of #C656B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656B0

Black with #C656B0

Text Example


Text Example

White with #C656B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656B0; }

 p { color: rgb(198,86,176); }

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

background-color css

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

 a { background-color: rgb(198,86,176); }

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

border-color css

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

 span { border-color: rgb(198,86,176); }

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