Html Css Color HEX #C656AF Fuchsia

📋 copy color: '#C656AF'

red 198 ◦ green 86 ◦ blue 175

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

Shades of Fuchsia #C656AF

Tints of Fuchsia #C656AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 43.14%
G = 18.74%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C656AF (or 0xC656AF) is known color: Fuchsia. HEX triplet: C6, 56 and AF. RGB value is (198,86,175). Sum of RGB (Red+Green+Blue) = 198+86+175=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C656AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656AF is #39A950. Grayscale: #818181. Windows color (decimal): -3778897 or 11491014. OLE color: 11491014.

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

Color convert

RGB 198 86 175 -
CMYK 0 0.57 0.12 0.22
HSL 312.32º 0.5% 0.56% -
HSV(B) 312.32º 0.57% 0.78% -
XYZ 34.35 21.76 42.95 -
YUV 129.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 198 86 175 0 0.57 0.12 0.22 312.32 0.5 0.56
Hex C6 56 AF 0 39 C 16 138 32 38
Octal 306 126 257 0 71 14 26 470 62 70
Binary 11000110 1010110 10101111 0 111001 1100 10110 100111000 110010 111000

Color Harmonies of #C656AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656AF

Black with #C656AF

Text Example


Text Example

White with #C656AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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