Html Css Color HEX #C86FBA Fuchsia

📋 copy color: '#C86FBA'

red 200 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #C86FBA

Tints of Fuchsia #C86FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.33%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 40.24%
G = 22.33%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C86FBA (or 0xC86FBA) is known color: Fuchsia. HEX triplet: C8, 6F and BA. RGB value is (200,111,186). Sum of RGB (Red+Green+Blue) = 200+111+186=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FBA is #379045. Grayscale: #919191. Windows color (decimal): -3641414 or 12218312. OLE color: 12218312.

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

Color convert

RGB 200 111 186 -
CMYK 0 0.44 0.07 0.22
HSL 309.44º 0.45% 0.61% -
HSV(B) 309.44º 0.45% 0.78% -
XYZ 38.37 27.19 49.68 -
YUV 146.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 200 111 186 0 0.44 0.07 0.22 309.44 0.45 0.61
Hex C8 6F BA 0 2C 7 16 135 2D 3D
Octal 310 157 272 0 54 7 26 465 55 75
Binary 11001000 1101111 10111010 0 101100 111 10110 100110101 101101 111101

Color Harmonies of #C86FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FBA

Black with #C86FBA

Text Example


Text Example

White with #C86FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FBA; }

 p { color: rgb(200,111,186); }

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

background-color css

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

 a { background-color: rgb(200,111,186); }

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

border-color css

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

 span { border-color: rgb(200,111,186); }

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