Html Css Color HEX #C256B7 Fuchsia

📋 copy color: '#C256B7'

red 194 ◦ green 86 ◦ blue 183

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

Shades of Fuchsia #C256B7

Tints of Fuchsia #C256B7

RGB

 RED value IS 194 (76.17% from 255) = 41.9%

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

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 41.9%
G = 18.57%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C256B7 (or 0xC256B7) is known color: Fuchsia. HEX triplet: C2, 56 and B7. RGB value is (194,86,183). Sum of RGB (Red+Green+Blue) = 194+86+183=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C256B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256B7 is #3DA948. Grayscale: #818181. Windows color (decimal): -4041033 or 12015298. OLE color: 12015298.

HSL color Cylindrical-coordinate representation of color #C256B7: hue angle of 306.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C256B7 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 183 -
CMYK 0 0.56 0.06 0.24
HSL 306.11º 0.47% 0.55% -
HSV(B) 306.11º 0.56% 0.76% -
XYZ 34.12 21.54 47.16 -
YUV 129.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 194 86 183 0 0.56 0.06 0.24 306.11 0.47 0.55
Hex C2 56 B7 0 38 6 18 132 2F 37
Octal 302 126 267 0 70 6 30 462 57 67
Binary 11000010 1010110 10110111 0 111000 110 11000 100110010 101111 110111

Color Harmonies of #C256B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256B7

Black with #C256B7

Text Example


Text Example

White with #C256B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256B7; }

 p { color: rgb(194,86,183); }

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

background-color css

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

 a { background-color: rgb(194,86,183); }

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

border-color css

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

 span { border-color: rgb(194,86,183); }

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