Html Css Color HEX #C85EB0 Fuchsia

📋 copy color: '#C85EB0'

red 200 ◦ green 94 ◦ blue 176

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

Shades of Fuchsia #C85EB0

Tints of Fuchsia #C85EB0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

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

R = 42.55%
G = 20%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C85EB0 (or 0xC85EB0) is known color: Fuchsia. HEX triplet: C8, 5E and B0. RGB value is (200,94,176). Sum of RGB (Red+Green+Blue) = 200+94+176=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EB0 is #37A14F. Grayscale: #868686. Windows color (decimal): -3645776 or 11558600. OLE color: 11558600.

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

Color convert

RGB 200 94 176 -
CMYK 0 0.53 0.12 0.22
HSL 313.58º 0.49% 0.58% -
HSV(B) 313.58º 0.53% 0.78% -
XYZ 35.66 23.42 43.72 -
YUV 135.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 200 94 176 0 0.53 0.12 0.22 313.58 0.49 0.58
Hex C8 5E B0 0 35 C 16 13A 31 3A
Octal 310 136 260 0 65 14 26 472 61 72
Binary 11001000 1011110 10110000 0 110101 1100 10110 100111010 110001 111010

Color Harmonies of #C85EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EB0

Black with #C85EB0

Text Example


Text Example

White with #C85EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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