Html Css Color HEX #C86BBE Fuchsia

📋 copy color: '#C86BBE'

red 200 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #C86BBE

Tints of Fuchsia #C86BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 40.24%
G = 21.53%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C86BBE (or 0xC86BBE) is known color: Fuchsia. HEX triplet: C8, 6B and BE. RGB value is (200,107,190). Sum of RGB (Red+Green+Blue) = 200+107+190=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BBE is #379441. Grayscale: #909090. Windows color (decimal): -3642434 or 12479432. OLE color: 12479432.

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

Color convert

RGB 200 107 190 -
CMYK 0 0.46 0.05 0.22
HSL 306.45º 0.46% 0.6% -
HSV(B) 306.45º 0.47% 0.78% -
XYZ 38.37 26.51 51.81 -
YUV 144.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 200 107 190 0 0.46 0.05 0.22 306.45 0.46 0.6
Hex C8 6B BE 0 2E 5 16 132 2E 3C
Octal 310 153 276 0 56 5 26 462 56 74
Binary 11001000 1101011 10111110 0 101110 101 10110 100110010 101110 111100

Color Harmonies of #C86BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86BBE

Black with #C86BBE

Text Example


Text Example

White with #C86BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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