Html Css Color HEX #C86CAF Fuchsia

📋 copy color: '#C86CAF'

red 200 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C86CAF

Tints of Fuchsia #C86CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.36%

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

R = 41.41%
G = 22.36%
B = 36.23%

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

#C86CAF (or 0xC86CAF) is known color: Fuchsia. HEX triplet: C8, 6C and AF. RGB value is (200,108,175). Sum of RGB (Red+Green+Blue) = 200+108+175=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CAF is #379350. Grayscale: #8E8E8E. Windows color (decimal): -3642193 or 11496648. OLE color: 11496648.

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

Color convert

RGB 200 108 175 -
CMYK 0 0.46 0.12 0.22
HSL 316.3º 0.46% 0.6% -
HSV(B) 316.3º 0.46% 0.78% -
XYZ 36.92 26.1 43.65 -
YUV 143.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 200 108 175 0 0.46 0.12 0.22 316.3 0.46 0.6
Hex C8 6C AF 0 2E C 16 13C 2E 3C
Octal 310 154 257 0 56 14 26 474 56 74
Binary 11001000 1101100 10101111 0 101110 1100 10110 100111100 101110 111100

Color Harmonies of #C86CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CAF

Black with #C86CAF

Text Example


Text Example

White with #C86CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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