Html Css Color HEX #C86FB9 Fuchsia

📋 copy color: '#C86FB9'

red 200 ◦ green 111 ◦ blue 185

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

Shades of Fuchsia #C86FB9

Tints of Fuchsia #C86FB9

RGB

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

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

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

R = 40.32%
G = 22.38%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C86FB9 (or 0xC86FB9) is known color: Fuchsia. HEX triplet: C8, 6F and B9. RGB value is (200,111,185). Sum of RGB (Red+Green+Blue) = 200+111+185=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FB9 is #379046. Grayscale: #919191. Windows color (decimal): -3641415 or 12152776. OLE color: 12152776.

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

Color convert

RGB 200 111 185 -
CMYK 0 0.44 0.08 0.22
HSL 310.11º 0.45% 0.61% -
HSV(B) 310.11º 0.45% 0.78% -
XYZ 38.26 27.15 49.12 -
YUV 146.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 200 111 185 0 0.44 0.08 0.22 310.11 0.45 0.61
Hex C8 6F B9 0 2C 8 16 136 2D 3D
Octal 310 157 271 0 54 10 26 466 55 75
Binary 11001000 1101111 10111001 0 101100 1000 10110 100110110 101101 111101

Color Harmonies of #C86FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FB9

Black with #C86FB9

Text Example


Text Example

White with #C86FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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