Html Css Color HEX #C86BB2 Fuchsia

📋 copy color: '#C86BB2'

red 200 ◦ green 107 ◦ blue 178

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

Shades of Fuchsia #C86BB2

Tints of Fuchsia #C86BB2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 41.24%
G = 22.06%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C86BB2 (or 0xC86BB2) is known color: Fuchsia. HEX triplet: C8, 6B and B2. RGB value is (200,107,178). Sum of RGB (Red+Green+Blue) = 200+107+178=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86BB2 is #37944D. Grayscale: #8E8E8E. Windows color (decimal): -3642446 or 11693000. OLE color: 11693000.

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

Color convert

RGB 200 107 178 -
CMYK 0 0.46 0.11 0.22
HSL 314.19º 0.46% 0.6% -
HSV(B) 314.19º 0.47% 0.78% -
XYZ 37.11 26.01 45.18 -
YUV 142.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 200 107 178 0 0.46 0.11 0.22 314.19 0.46 0.6
Hex C8 6B B2 0 2E B 16 13A 2E 3C
Octal 310 153 262 0 56 13 26 472 56 74
Binary 11001000 1101011 10110010 0 101110 1011 10110 100111010 101110 111100

Color Harmonies of #C86BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BB2

Black with #C86BB2

Text Example


Text Example

White with #C86BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BB2; }

 p { color: rgb(200,107,178); }

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

background-color css

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

 a { background-color: rgb(200,107,178); }

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

border-color css

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

 span { border-color: rgb(200,107,178); }

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