Html Css Color HEX #C86EBC Fuchsia

📋 copy color: '#C86EBC'

red 200 ◦ green 110 ◦ blue 188

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

Shades of Fuchsia #C86EBC

Tints of Fuchsia #C86EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

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

R = 40.16%
G = 22.09%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C86EBC (or 0xC86EBC) is known color: Fuchsia. HEX triplet: C8, 6E and BC. RGB value is (200,110,188). Sum of RGB (Red+Green+Blue) = 200+110+188=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EBC is #379143. Grayscale: #919191. Windows color (decimal): -3641668 or 12349128. OLE color: 12349128.

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

Color convert

RGB 200 110 188 -
CMYK 0 0.45 0.06 0.22
HSL 308º 0.45% 0.61% -
HSV(B) 308º 0.45% 0.78% -
XYZ 38.47 27.06 50.77 -
YUV 145.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 200 110 188 0 0.45 0.06 0.22 308 0.45 0.61
Hex C8 6E BC 0 2D 6 16 134 2D 3D
Octal 310 156 274 0 55 6 26 464 55 75
Binary 11001000 1101110 10111100 0 101101 110 10110 100110100 101101 111101

Color Harmonies of #C86EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EBC

Black with #C86EBC

Text Example


Text Example

White with #C86EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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