#C66AB7

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

Shades of Fuchsia #C66AB7

Tints of Fuchsia #C66AB7

Color information

#C66AB7 (or 0xC66AB7) is unknown color: approx Fuchsia. HEX triplet: C6, 6A and B7. RGB value is (198,106,183). Sum of RGB (Red+Green+Blue) = 198+106+183=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C66AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66AB7 is #399548. Grayscale: #8E8E8E. Windows color (decimal): -3773769 or 12020422. OLE color: 12020422.

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

Color convert

RGB198106183-
CMYK00.460.080.22
HSL309.78º44.66%59.61%-
HSV(B)309.78º46.46%77.65%-
XYZ36.9925.7347.82-
YUV142.29150.98167.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=40.66%
G=21.77%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810618300.460.080.22309.7844.6659.61
HexC66AB702E8161362d3c
Octal30615226705610264665574
Binary110001101101010101101110101110100010110100110110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66AB7; }

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

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

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

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

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

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

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

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