Html Css Color HEX #C56ABC Fuchsia

📋 copy color: '#C56ABC'

red 197 ◦ green 106 ◦ blue 188

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

Shades of Fuchsia #C56ABC

Tints of Fuchsia #C56ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 40.12%
G = 21.59%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C56ABC (or 0xC56ABC) is known color: Fuchsia. HEX triplet: C5, 6A and BC. RGB value is (197,106,188). Sum of RGB (Red+Green+Blue) = 197+106+188=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C56ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ABC is #3A9543. Grayscale: #8E8E8E. Windows color (decimal): -3839300 or 12348101. OLE color: 12348101.

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

Color convert

RGB 197 106 188 -
CMYK 0 0.46 0.05 0.23
HSL 305.93º 0.44% 0.59% -
HSV(B) 305.93º 0.46% 0.77% -
XYZ 37.26 25.81 50.59 -
YUV 142.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 197 106 188 0 0.46 0.05 0.23 305.93 0.44 0.59
Hex C5 6A BC 0 2E 5 17 132 2C 3B
Octal 305 152 274 0 56 5 27 462 54 73
Binary 11000101 1101010 10111100 0 101110 101 10111 100110010 101100 111011

Color Harmonies of #C56ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ABC

Black with #C56ABC

Text Example


Text Example

White with #C56ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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