Html Css Color HEX #C86EBE Fuchsia

📋 copy color: '#C86EBE'

red 200 ◦ green 110 ◦ blue 190

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

Shades of Fuchsia #C86EBE

Tints of Fuchsia #C86EBE

RGB

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

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

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

R = 40%
G = 22%
B = 38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C86EBE (or 0xC86EBE) is known color: Fuchsia. HEX triplet: C8, 6E and BE. RGB value is (200,110,190). Sum of RGB (Red+Green+Blue) = 200+110+190=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EBE is #379141. Grayscale: #919191. Windows color (decimal): -3641666 or 12480200. OLE color: 12480200.

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

Color convert

RGB 200 110 190 -
CMYK 0 0.45 0.05 0.22
HSL 306.67º 0.45% 0.61% -
HSV(B) 306.67º 0.45% 0.78% -
XYZ 38.69 27.15 51.92 -
YUV 146.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 200 110 190 0 0.45 0.05 0.22 306.67 0.45 0.61
Hex C8 6E BE 0 2D 5 16 133 2D 3D
Octal 310 156 276 0 55 5 26 463 55 75
Binary 11001000 1101110 10111110 0 101101 101 10110 100110011 101101 111101

Color Harmonies of #C86EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EBE

Black with #C86EBE

Text Example


Text Example

White with #C86EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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