Html Css Color HEX #C86DC2 Fuchsia

📋 copy color: '#C86DC2'

red 200 ◦ green 109 ◦ blue 194

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

Shades of Fuchsia #C86DC2

Tints of Fuchsia #C86DC2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

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

R = 39.76%
G = 21.67%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C86DC2 (or 0xC86DC2) is known color: Fuchsia. HEX triplet: C8, 6D and C2. RGB value is (200,109,194). Sum of RGB (Red+Green+Blue) = 200+109+194=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC2 is #37923D. Grayscale: #919191. Windows color (decimal): -3641918 or 12742088. OLE color: 12742088.

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

Color convert

RGB 200 109 194 -
CMYK 0 0.46 0.03 0.22
HSL 303.96º 0.45% 0.61% -
HSV(B) 303.96º 0.46% 0.78% -
XYZ 39.03 27.11 54.22 -
YUV 145.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 200 109 194 0 0.46 0.03 0.22 303.96 0.45 0.61
Hex C8 6D C2 0 2E 3 16 130 2D 3D
Octal 310 155 302 0 56 3 26 460 55 75
Binary 11001000 1101101 11000010 0 101110 11 10110 100110000 101101 111101

Color Harmonies of #C86DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DC2

Black with #C86DC2

Text Example


Text Example

White with #C86DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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