#C66ABE

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

Shades of Fuchsia #C66ABE

Tints of Fuchsia #C66ABE

Color information

#C66ABE (or 0xC66ABE) is unknown color: approx Fuchsia. HEX triplet: C6, 6A and BE. RGB value is (198,106,190). Sum of RGB (Red+Green+Blue) = 198+106+190=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C66ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ABE is #399541. Grayscale: #8E8E8E. Windows color (decimal): -3773762 or 12479174. OLE color: 12479174.

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

Color convert

RGB198106190-
CMYK00.460.040.22
HSL305.22º44.66%59.61%-
HSV(B)305.22º46.46%77.65%-
XYZ37.7426.0351.75-
YUV143.08154.48167.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=40.08%
G=21.46%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810619000.460.040.22305.2244.6659.61
HexC66ABE02E4161312d3c
Octal3061522760564264615574
Binary11000110110101010111110010111010010110100110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ABE; }

 p { color: rgb(198,106,190); }

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

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

 a { background-color: rgb(198,106,190); }

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

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

 span { border-color: rgb(198,106,190); }

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