Html Css Color HEX #C86BBA Fuchsia

📋 copy color: '#C86BBA'

red 200 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #C86BBA

Tints of Fuchsia #C86BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 40.57%
G = 21.7%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C86BBA (or 0xC86BBA) is known color: Fuchsia. HEX triplet: C8, 6B and BA. RGB value is (200,107,186). Sum of RGB (Red+Green+Blue) = 200+107+186=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BBA is #379445. Grayscale: #8F8F8F. Windows color (decimal): -3642438 or 12217288. OLE color: 12217288.

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

Color convert

RGB 200 107 186 -
CMYK 0 0.46 0.07 0.22
HSL 309.03º 0.46% 0.6% -
HSV(B) 309.03º 0.47% 0.78% -
XYZ 37.94 26.34 49.54 -
YUV 143.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 200 107 186 0 0.46 0.07 0.22 309.03 0.46 0.6
Hex C8 6B BA 0 2E 7 16 135 2E 3C
Octal 310 153 272 0 56 7 26 465 56 74
Binary 11001000 1101011 10111010 0 101110 111 10110 100110101 101110 111100

Color Harmonies of #C86BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BBA

Black with #C86BBA

Text Example


Text Example

White with #C86BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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