Html Css Color HEX #C86FB8 Fuchsia

📋 copy color: '#C86FB8'

red 200 ◦ green 111 ◦ blue 184

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

Shades of Fuchsia #C86FB8

Tints of Fuchsia #C86FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.17%

R = 40.4%
G = 22.42%
B = 37.17%

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

#C86FB8 (or 0xC86FB8) is known color: Fuchsia. HEX triplet: C8, 6F and B8. RGB value is (200,111,184). Sum of RGB (Red+Green+Blue) = 200+111+184=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FB8 is #379047. Grayscale: #919191. Windows color (decimal): -3641416 or 12087240. OLE color: 12087240.

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

Color convert

RGB 200 111 184 -
CMYK 0 0.44 0.08 0.22
HSL 310.79º 0.45% 0.61% -
HSV(B) 310.79º 0.45% 0.78% -
XYZ 38.16 27.11 48.57 -
YUV 145.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 200 111 184 0 0.44 0.08 0.22 310.79 0.45 0.61
Hex C8 6F B8 0 2C 8 16 137 2D 3D
Octal 310 157 270 0 54 10 26 467 55 75
Binary 11001000 1101111 10111000 0 101100 1000 10110 100110111 101101 111101

Color Harmonies of #C86FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FB8

Black with #C86FB8

Text Example


Text Example

White with #C86FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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