Html Css Color HEX #C86BAE Fuchsia

📋 copy color: '#C86BAE'

red 200 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #C86BAE

Tints of Fuchsia #C86BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 41.58%
G = 22.25%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C86BAE (or 0xC86BAE) is known color: Fuchsia. HEX triplet: C8, 6B and AE. RGB value is (200,107,174). Sum of RGB (Red+Green+Blue) = 200+107+174=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86BAE is #379451. Grayscale: #8E8E8E. Windows color (decimal): -3642450 or 11430856. OLE color: 11430856.

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

Color convert

RGB 200 107 174 -
CMYK 0 0.46 0.13 0.22
HSL 316.77º 0.46% 0.6% -
HSV(B) 316.77º 0.47% 0.78% -
XYZ 36.72 25.85 43.1 -
YUV 142.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 200 107 174 0 0.46 0.13 0.22 316.77 0.46 0.6
Hex C8 6B AE 0 2E D 16 13D 2E 3C
Octal 310 153 256 0 56 15 26 475 56 74
Binary 11001000 1101011 10101110 0 101110 1101 10110 100111101 101110 111100

Color Harmonies of #C86BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BAE

Black with #C86BAE

Text Example


Text Example

White with #C86BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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