Html Css Color HEX #C656BE Fuchsia

📋 copy color: '#C656BE'

red 198 ◦ green 86 ◦ blue 190

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

Shades of Fuchsia #C656BE

Tints of Fuchsia #C656BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 41.77%
G = 18.14%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C656BE (or 0xC656BE) is known color: Fuchsia. HEX triplet: C6, 56 and BE. RGB value is (198,86,190). Sum of RGB (Red+Green+Blue) = 198+86+190=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C656BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656BE is #39A941. Grayscale: #838383. Windows color (decimal): -3778882 or 12474054. OLE color: 12474054.

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

Color convert

RGB 198 86 190 -
CMYK 0 0.57 0.04 0.22
HSL 304.29º 0.5% 0.56% -
HSV(B) 304.29º 0.57% 0.78% -
XYZ 35.91 22.38 51.14 -
YUV 131.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 198 86 190 0 0.57 0.04 0.22 304.29 0.5 0.56
Hex C6 56 BE 0 39 4 16 130 32 38
Octal 306 126 276 0 71 4 26 460 62 70
Binary 11000110 1010110 10111110 0 111001 100 10110 100110000 110010 111000

Color Harmonies of #C656BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656BE

Black with #C656BE

Text Example


Text Example

White with #C656BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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