Html Css Color HEX #C857B0 Fuchsia

📋 copy color: '#C857B0'

red 200 ◦ green 87 ◦ blue 176

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

Shades of Fuchsia #C857B0

Tints of Fuchsia #C857B0

RGB

 RED value IS 200 (78.52% from 255) = 43.2%

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

 BLUE value IS 176 (69.14% from 255) = 38.01%

R = 43.2%
G = 18.79%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C857B0 (or 0xC857B0) is known color: Fuchsia. HEX triplet: C8, 57 and B0. RGB value is (200,87,176). Sum of RGB (Red+Green+Blue) = 200+87+176=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C857B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C857B0 is #37A84F. Grayscale: #828282. Windows color (decimal): -3647568 or 11556808. OLE color: 11556808.

HSL color Cylindrical-coordinate representation of color #C857B0: hue angle of 312.74º degrees, saturation: 0.51, 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 #C857B0 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 87 176 -
CMYK 0 0.56 0.12 0.22
HSL 312.74º 0.51% 0.56% -
HSV(B) 312.74º 0.57% 0.78% -
XYZ 35.06 22.23 43.52 -
YUV 130.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 200 87 176 0 0.56 0.12 0.22 312.74 0.51 0.56
Hex C8 57 B0 0 38 C 16 139 33 38
Octal 310 127 260 0 70 14 26 471 63 70
Binary 11001000 1010111 10110000 0 111000 1100 10110 100111001 110011 111000

Color Harmonies of #C857B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C857B0

Black with #C857B0

Text Example


Text Example

White with #C857B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C857B0; }

 p { color: rgb(200,87,176); }

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

background-color css

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

 a { background-color: rgb(200,87,176); }

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

border-color css

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

 span { border-color: rgb(200,87,176); }

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