Html Css Color HEX #C56ABD Fuchsia

📋 copy color: '#C56ABD'

red 197 ◦ green 106 ◦ blue 189

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

Shades of Fuchsia #C56ABD

Tints of Fuchsia #C56ABD

RGB

 RED value IS 197 (77.34% from 255) = 40.04%

 GREEN value IS 106 (41.8% from 255) = 21.54%

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

R = 40.04%
G = 21.54%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C56ABD (or 0xC56ABD) is known color: Fuchsia. HEX triplet: C5, 6A and BD. RGB value is (197,106,189). Sum of RGB (Red+Green+Blue) = 197+106+189=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C56ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ABD is #3A9542. Grayscale: #8E8E8E. Windows color (decimal): -3839299 or 12413637. OLE color: 12413637.

HSL color Cylindrical-coordinate representation of color #C56ABD: hue angle of 305.27º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56ABD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 106 189 -
CMYK 0 0.46 0.04 0.23
HSL 305.27º 0.44% 0.59% -
HSV(B) 305.27º 0.46% 0.77% -
XYZ 37.37 25.85 51.16 -
YUV 142.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 197 106 189 0 0.46 0.04 0.23 305.27 0.44 0.59
Hex C5 6A BD 0 2E 4 17 131 2C 3B
Octal 305 152 275 0 56 4 27 461 54 73
Binary 11000101 1101010 10111101 0 101110 100 10111 100110001 101100 111011

Color Harmonies of #C56ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ABD

Black with #C56ABD

Text Example


Text Example

White with #C56ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ABD; }

 p { color: rgb(197,106,189); }

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

background-color css

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

 a { background-color: rgb(197,106,189); }

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

border-color css

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

 span { border-color: rgb(197,106,189); }

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