Html Css Color HEX #C656AA Fuchsia

📋 copy color: '#C656AA'

red 198 ◦ green 86 ◦ blue 170

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

Shades of Fuchsia #C656AA

Tints of Fuchsia #C656AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 43.61%
G = 18.94%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C656AA (or 0xC656AA) is known color: Fuchsia. HEX triplet: C6, 56 and AA. RGB value is (198,86,170). Sum of RGB (Red+Green+Blue) = 198+86+170=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C656AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656AA is #39A955. Grayscale: #808080. Windows color (decimal): -3778902 or 11163334. OLE color: 11163334.

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

Color convert

RGB 198 86 170 -
CMYK 0 0.57 0.14 0.22
HSL 315º 0.5% 0.56% -
HSV(B) 315º 0.57% 0.78% -
XYZ 33.87 21.56 40.41 -
YUV 129.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 198 86 170 0 0.57 0.14 0.22 315 0.5 0.56
Hex C6 56 AA 0 39 E 16 13B 32 38
Octal 306 126 252 0 71 16 26 473 62 70
Binary 11000110 1010110 10101010 0 111001 1110 10110 100111011 110010 111000

Color Harmonies of #C656AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656AA

Black with #C656AA

Text Example


Text Example

White with #C656AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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