Html Css Color HEX #C86EB9 Fuchsia

📋 copy color: '#C86EB9'

red 200 ◦ green 110 ◦ blue 185

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

Shades of Fuchsia #C86EB9

Tints of Fuchsia #C86EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.37%

R = 40.4%
G = 22.22%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C86EB9 (or 0xC86EB9) is known color: Fuchsia. HEX triplet: C8, 6E and B9. RGB value is (200,110,185). Sum of RGB (Red+Green+Blue) = 200+110+185=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EB9 is #379146. Grayscale: #919191. Windows color (decimal): -3641671 or 12152520. OLE color: 12152520.

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

Color convert

RGB 200 110 185 -
CMYK 0 0.45 0.08 0.22
HSL 310º 0.45% 0.61% -
HSV(B) 310º 0.45% 0.78% -
XYZ 38.15 26.93 49.09 -
YUV 145.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 200 110 185 0 0.45 0.08 0.22 310 0.45 0.61
Hex C8 6E B9 0 2D 8 16 136 2D 3D
Octal 310 156 271 0 55 10 26 466 55 75
Binary 11001000 1101110 10111001 0 101101 1000 10110 100110110 101101 111101

Color Harmonies of #C86EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EB9

Black with #C86EB9

Text Example


Text Example

White with #C86EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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