#C866AD

Color #C866AD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C866AD

Tints of Fuchsia #C866AD

Color information

#C866AD (or 0xC866AD) is unknown color: approx 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

RGB200102173-
CMYK00.490.140.22
HSL316.53º47.12%59.22%-
HSV(B)316.53º49%78.43%-
XYZ36.1124.842.42-
YUV139.4146.97171.23-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010217300.490.140.22316.5347.1259.22
HexC866AD031E1613d2f3b
Octal31014625506116264755773
Binary110010001100110101011010110001111010110100111101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C866AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>