#C66EB6

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

Shades of Fuchsia #C66EB6

Tints of Fuchsia #C66EB6

Color information

#C66EB6 (or 0xC66EB6) is unknown color: approx Fuchsia. HEX triplet: C6, 6E and B6. RGB value is (198,110,182). Sum of RGB (Red+Green+Blue) = 198+110+182=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C66EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EB6 is #399149. Grayscale: #909090. Windows color (decimal): -3772746 or 11955910. OLE color: 11955910.

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

Color convert

RGB198110182-
CMYK00.440.080.22
HSL310.91º43.56%60.39%-
HSV(B)310.91º44.44%77.65%-
XYZ37.3126.5447.41-
YUV144.52149.15166.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=40.41%
G=22.45%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811018200.440.080.22310.9143.5660.39
HexC66EB602C8161372c3c
Octal30615626605410264675474
Binary110001101101110101101100101100100010110100110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66EB6; }

 p { color: rgb(198,110,182); }

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

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

 a { background-color: rgb(198,110,182); }

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

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

 span { border-color: rgb(198,110,182); }

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