#C866B4

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

Shades of Fuchsia #C866B4

Tints of Fuchsia #C866B4

Color information

#C866B4 (or 0xC866B4) is unknown color: approx Fuchsia. HEX triplet: C8, 66 and B4. RGB value is (200,102,180). Sum of RGB (Red+Green+Blue) = 200+102+180=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C866B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866B4 is #37994B. Grayscale: #8B8B8B. Windows color (decimal): -3643724 or 11822792. OLE color: 11822792.

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

Color convert

RGB200102180-
CMYK00.490.10.22
HSL312.24º47.12%59.22%-
HSV(B)312.24º49%78.43%-
XYZ36.8125.0846.08-
YUV140.19150.47170.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=41.49%
G=21.16%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010218000.490.10.22312.2447.1259.22
HexC866B4031A161382f3b
Octal31014626406112264705773
Binary110010001100110101101000110001101010110100111000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C866B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C866B4; }

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

 H1.HeaderClassName
 {
   color: #C866B4;
 }
 .AnyTagClassName
 {
   color: #C866B4;
 }
</style>
background-color css

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

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

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

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

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

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