Html Css Color HEX #C257C6 Fuchsia

📋 copy color: '#C257C6'

red 194 ◦ green 87 ◦ blue 198

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

Shades of Fuchsia #C257C6

Tints of Fuchsia #C257C6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.16%

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 40.5%
G = 18.16%
B = 41.34%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C257C6 (or 0xC257C6) is known color: Fuchsia. HEX triplet: C2, 57 and C6. RGB value is (194,87,198). Sum of RGB (Red+Green+Blue) = 194+87+198=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #C257C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257C6 is #3DA839. Grayscale: #838383. Windows color (decimal): -4040762 or 12998594. OLE color: 12998594.

HSL color Cylindrical-coordinate representation of color #C257C6: hue angle of 297.84º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C257C6 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 87 198 -
CMYK 0.02 0.56 0 0.22
HSL 297.84º 0.49% 0.56% -
HSV(B) 297.84º 0.56% 0.78% -
XYZ 35.85 22.36 55.85 -
YUV 131.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 194 87 198 0.02 0.56 0 0.22 297.84 0.49 0.56
Hex C2 57 C6 2 38 0 16 12A 31 38
Octal 302 127 306 2 70 0 26 452 61 70
Binary 11000010 1010111 11000110 10 111000 0 10110 100101010 110001 111000

Color Harmonies of #C257C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C257C6

Black with #C257C6

Text Example


Text Example

White with #C257C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C257C6; }

 p { color: rgb(194,87,198); }

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

background-color css

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

 a { background-color: rgb(194,87,198); }

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

border-color css

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

 span { border-color: rgb(194,87,198); }

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