Html Css Color HEX #C86DAF Fuchsia

📋 copy color: '#C86DAF'

red 200 ◦ green 109 ◦ blue 175

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

Shades of Fuchsia #C86DAF

Tints of Fuchsia #C86DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 41.32%
G = 22.52%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C86DAF (or 0xC86DAF) is known color: Fuchsia. HEX triplet: C8, 6D and AF. RGB value is (200,109,175). Sum of RGB (Red+Green+Blue) = 200+109+175=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DAF is #379250. Grayscale: #8F8F8F. Windows color (decimal): -3641937 or 11496904. OLE color: 11496904.

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

Color convert

RGB 200 109 175 -
CMYK 0 0.46 0.12 0.22
HSL 316.48º 0.45% 0.61% -
HSV(B) 316.48º 0.46% 0.78% -
XYZ 37.03 26.31 43.68 -
YUV 143.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 200 109 175 0 0.46 0.12 0.22 316.48 0.45 0.61
Hex C8 6D AF 0 2E C 16 13C 2D 3D
Octal 310 155 257 0 56 14 26 474 55 75
Binary 11001000 1101101 10101111 0 101110 1100 10110 100111100 101101 111101

Color Harmonies of #C86DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DAF

Black with #C86DAF

Text Example


Text Example

White with #C86DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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