Html Css Color HEX #C56BAE Fuchsia

📋 copy color: '#C56BAE'

red 197 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #C56BAE

Tints of Fuchsia #C56BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 41.21%
G = 22.38%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C56BAE (or 0xC56BAE) is known color: Fuchsia. HEX triplet: C5, 6B and AE. RGB value is (197,107,174). Sum of RGB (Red+Green+Blue) = 197+107+174=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C56BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56BAE is #3A9451. Grayscale: #8D8D8D. Windows color (decimal): -3839058 or 11430853. OLE color: 11430853.

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

Color convert

RGB 197 107 174 -
CMYK 0 0.46 0.12 0.23
HSL 315.33º 0.44% 0.6% -
HSV(B) 315.33º 0.46% 0.77% -
XYZ 35.92 25.44 43.06 -
YUV 141.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 197 107 174 0 0.46 0.12 0.23 315.33 0.44 0.6
Hex C5 6B AE 0 2E C 17 13B 2C 3C
Octal 305 153 256 0 56 14 27 473 54 74
Binary 11000101 1101011 10101110 0 101110 1100 10111 100111011 101100 111100

Color Harmonies of #C56BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BAE

Black with #C56BAE

Text Example


Text Example

White with #C56BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BAE; }

 p { color: rgb(197,107,174); }

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

background-color css

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

 a { background-color: rgb(197,107,174); }

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

border-color css

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

 span { border-color: rgb(197,107,174); }

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