#C866B0

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

Shades of Fuchsia #C866B0

Tints of Fuchsia #C866B0

Color information

#C866B0 (or 0xC866B0) is unknown color: approx Fuchsia. HEX triplet: C8, 66 and B0. RGB value is (200,102,176). Sum of RGB (Red+Green+Blue) = 200+102+176=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C866B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C866B0 is #37994F. Grayscale: #8B8B8B. Windows color (decimal): -3643728 or 11560648. OLE color: 11560648.

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

Color convert

RGB200102176-
CMYK00.490.120.22
HSL314.69º47.12%59.22%-
HSV(B)314.69º49%78.43%-
XYZ36.4124.9243.96-
YUV139.74148.47170.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=41.84%
G=21.34%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010217600.490.120.22314.6947.1259.22
HexC866B0031C1613b2f3b
Octal31014626006114264735773
Binary110010001100110101100000110001110010110100111011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C866B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C866B0; }

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

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

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

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

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

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

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

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