Html Css Color HEX #C656BD Fuchsia

📋 copy color: '#C656BD'

red 198 ◦ green 86 ◦ blue 189

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

Shades of Fuchsia #C656BD

Tints of Fuchsia #C656BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 41.86%
G = 18.18%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C656BD (or 0xC656BD) is known color: Fuchsia. HEX triplet: C6, 56 and BD. RGB value is (198,86,189). Sum of RGB (Red+Green+Blue) = 198+86+189=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C656BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656BD is #39A942. Grayscale: #828282. Windows color (decimal): -3778883 or 12408518. OLE color: 12408518.

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

Color convert

RGB 198 86 189 -
CMYK 0 0.57 0.05 0.22
HSL 304.82º 0.5% 0.56% -
HSV(B) 304.82º 0.57% 0.78% -
XYZ 35.8 22.34 50.57 -
YUV 131.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 198 86 189 0 0.57 0.05 0.22 304.82 0.5 0.56
Hex C6 56 BD 0 39 5 16 131 32 38
Octal 306 126 275 0 71 5 26 461 62 70
Binary 11000110 1010110 10111101 0 111001 101 10110 100110001 110010 111000

Color Harmonies of #C656BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C656BD

Black with #C656BD

Text Example


Text Example

White with #C656BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C656BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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