Html Css Color HEX #C456BD Fuchsia

📋 copy color: '#C456BD'

red 196 ◦ green 86 ◦ blue 189

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

Shades of Fuchsia #C456BD

Tints of Fuchsia #C456BD

RGB

 RED value IS 196 (76.95% from 255) = 41.61%

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

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

R = 41.61%
G = 18.26%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C456BD (or 0xC456BD) is known color: Fuchsia. HEX triplet: C4, 56 and BD. RGB value is (196,86,189). Sum of RGB (Red+Green+Blue) = 196+86+189=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C456BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456BD is #3BA942. Grayscale: #828282. Windows color (decimal): -3909955 or 12408516. OLE color: 12408516.

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

Color convert

RGB 196 86 189 -
CMYK 0 0.56 0.04 0.23
HSL 303.82º 0.48% 0.55% -
HSV(B) 303.82º 0.56% 0.77% -
XYZ 35.28 22.07 50.54 -
YUV 130.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 196 86 189 0 0.56 0.04 0.23 303.82 0.48 0.55
Hex C4 56 BD 0 38 4 17 130 30 37
Octal 304 126 275 0 70 4 27 460 60 67
Binary 11000100 1010110 10111101 0 111000 100 10111 100110000 110000 110111

Color Harmonies of #C456BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C456BD

Black with #C456BD

Text Example


Text Example

White with #C456BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C456BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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