#C66ABB

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

Shades of Fuchsia #C66ABB

Tints of Fuchsia #C66ABB

Color information

#C66ABB (or 0xC66ABB) is unknown color: approx Fuchsia. HEX triplet: C6, 6A and BB. RGB value is (198,106,187). Sum of RGB (Red+Green+Blue) = 198+106+187=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C66ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ABB is #399544. Grayscale: #8E8E8E. Windows color (decimal): -3773765 or 12282566. OLE color: 12282566.

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

Color convert

RGB198106187-
CMYK00.460.060.22
HSL307.17º44.66%59.61%-
HSV(B)307.17º46.46%77.65%-
XYZ37.4125.950.04-
YUV142.74152.98167.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 106 (41.80% from 255) = 21.59%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=40.33%
G=21.59%
B=38.09%

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
Decimal19810618700.460.060.22307.1744.6659.61
HexC66ABB02E6161332d3c
Octal3061522730566264635574
Binary11000110110101010111011010111011010110100110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ABB; }

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

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

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

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

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

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

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

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