Html Css Color HEX #C86AC2 Fuchsia

📋 copy color: '#C86AC2'

red 200 ◦ green 106 ◦ blue 194

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

Shades of Fuchsia #C86AC2

Tints of Fuchsia #C86AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 40%
G = 21.2%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C86AC2 (or 0xC86AC2) is known color: Fuchsia. HEX triplet: C8, 6A and C2. RGB value is (200,106,194). Sum of RGB (Red+Green+Blue) = 200+106+194=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AC2 is #37953D. Grayscale: #8F8F8F. Windows color (decimal): -3642686 or 12741320. OLE color: 12741320.

HSL color Cylindrical-coordinate representation of color #C86AC2: hue angle of 303.83º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86AC2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 194 -
CMYK 0 0.47 0.03 0.22
HSL 303.83º 0.46% 0.6% -
HSV(B) 303.83º 0.47% 0.78% -
XYZ 38.71 26.48 54.11 -
YUV 144.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 200 106 194 0 0.47 0.03 0.22 303.83 0.46 0.6
Hex C8 6A C2 0 2F 3 16 130 2E 3C
Octal 310 152 302 0 57 3 26 460 56 74
Binary 11001000 1101010 11000010 0 101111 11 10110 100110000 101110 111100

Color Harmonies of #C86AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86AC2

Black with #C86AC2

Text Example


Text Example

White with #C86AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86AC2; }

 p { color: rgb(200,106,194); }

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

background-color css

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

 a { background-color: rgb(200,106,194); }

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

border-color css

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

 span { border-color: rgb(200,106,194); }

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