Html Css Color HEX #C85EBC Fuchsia

📋 copy color: '#C85EBC'

red 200 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #C85EBC

Tints of Fuchsia #C85EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 41.49%
G = 19.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C85EBC (or 0xC85EBC) is known color: Fuchsia. HEX triplet: C8, 5E and BC. RGB value is (200,94,188). Sum of RGB (Red+Green+Blue) = 200+94+188=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EBC is #37A143. Grayscale: #888888. Windows color (decimal): -3645764 or 12345032. OLE color: 12345032.

HSL color Cylindrical-coordinate representation of color #C85EBC: hue angle of 306.79º 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 #C85EBC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 94 188 -
CMYK 0 0.53 0.06 0.22
HSL 306.79º 0.49% 0.58% -
HSV(B) 306.79º 0.53% 0.78% -
XYZ 36.9 23.92 50.25 -
YUV 136.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 200 94 188 0 0.53 0.06 0.22 306.79 0.49 0.58
Hex C8 5E BC 0 35 6 16 133 31 3A
Octal 310 136 274 0 65 6 26 463 61 72
Binary 11001000 1011110 10111100 0 110101 110 10110 100110011 110001 111010

Color Harmonies of #C85EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EBC

Black with #C85EBC

Text Example


Text Example

White with #C85EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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