Html Css Color HEX #C86EB7 Fuchsia

📋 copy color: '#C86EB7'

red 200 ◦ green 110 ◦ blue 183

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

Shades of Fuchsia #C86EB7

Tints of Fuchsia #C86EB7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

 BLUE value IS 183 (71.88% from 255) = 37.12%

R = 40.57%
G = 22.31%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C86EB7 (or 0xC86EB7) is known color: Fuchsia. HEX triplet: C8, 6E and B7. RGB value is (200,110,183). Sum of RGB (Red+Green+Blue) = 200+110+183=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EB7 is #379148. Grayscale: #919191. Windows color (decimal): -3641673 or 12021448. OLE color: 12021448.

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

Color convert

RGB 200 110 183 -
CMYK 0 0.45 0.08 0.22
HSL 311.33º 0.45% 0.61% -
HSV(B) 311.33º 0.45% 0.78% -
XYZ 37.94 26.85 47.98 -
YUV 145.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 200 110 183 0 0.45 0.08 0.22 311.33 0.45 0.61
Hex C8 6E B7 0 2D 8 16 137 2D 3D
Octal 310 156 267 0 55 10 26 467 55 75
Binary 11001000 1101110 10110111 0 101101 1000 10110 100110111 101101 111101

Color Harmonies of #C86EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EB7

Black with #C86EB7

Text Example


Text Example

White with #C86EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EB7; }

 p { color: rgb(200,110,183); }

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

background-color css

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

 a { background-color: rgb(200,110,183); }

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

border-color css

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

 span { border-color: rgb(200,110,183); }

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