#C66ABA

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

Shades of Fuchsia #C66ABA

Tints of Fuchsia #C66ABA

Color information

#C66ABA (or 0xC66ABA) is unknown color: approx Fuchsia. HEX triplet: C6, 6A and BA. RGB value is (198,106,186). Sum of RGB (Red+Green+Blue) = 198+106+186=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C66ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ABA is #399545. Grayscale: #8E8E8E. Windows color (decimal): -3773766 or 12217030. OLE color: 12217030.

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

Color convert

RGB198106186-
CMYK00.460.060.22
HSL307.83º44.66%59.61%-
HSV(B)307.83º46.46%77.65%-
XYZ37.3125.8649.48-
YUV142.63152.48167.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=40.41%
G=21.63%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810618600.460.060.22307.8344.6659.61
HexC66ABA02E6161342d3c
Octal3061522720566264645574
Binary11000110110101010111010010111011010110100110100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ABA; }

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

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

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

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

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

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

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

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