Html Css Color HEX #C866AD Fuchsia

📋 copy color: '#C866AD'

red 200 ◦ green 102 ◦ blue 173

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

Shades of Fuchsia #C866AD

Tints of Fuchsia #C866AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.47%

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 42.11%
G = 21.47%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C866AD (or 0xC866AD) is known color: Fuchsia. HEX triplet: C8, 66 and AD. RGB value is (200,102,173). Sum of RGB (Red+Green+Blue) = 200+102+173=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C866AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C866AD is #379952. Grayscale: #8B8B8B. Windows color (decimal): -3643731 or 11364040. OLE color: 11364040.

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

Color convert

RGB 200 102 173 -
CMYK 0 0.49 0.14 0.22
HSL 316.53º 0.47% 0.59% -
HSV(B) 316.53º 0.49% 0.78% -
XYZ 36.11 24.8 42.42 -
YUV 139.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 200 102 173 0 0.49 0.14 0.22 316.53 0.47 0.59
Hex C8 66 AD 0 31 E 16 13D 2F 3B
Octal 310 146 255 0 61 16 26 475 57 73
Binary 11001000 1100110 10101101 0 110001 1110 10110 100111101 101111 111011

Color Harmonies of #C866AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866AD

Black with #C866AD

Text Example


Text Example

White with #C866AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866AD; }

 p { color: rgb(200,102,173); }

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

background-color css

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

 a { background-color: rgb(200,102,173); }

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

border-color css

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

 span { border-color: rgb(200,102,173); }

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