#C66ABD

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

Shades of Fuchsia #C66ABD

Tints of Fuchsia #C66ABD

Color information

#C66ABD (or 0xC66ABD) is unknown color: approx Fuchsia. HEX triplet: C6, 6A and BD. RGB value is (198,106,189). Sum of RGB (Red+Green+Blue) = 198+106+189=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C66ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ABD is #399542. Grayscale: #8E8E8E. Windows color (decimal): -3773763 or 12413638. OLE color: 12413638.

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

Color convert

RGB198106189-
CMYK00.460.050.22
HSL305.87º44.66%59.61%-
HSV(B)305.87º46.46%77.65%-
XYZ37.6325.9951.18-
YUV142.97153.98167.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=40.16%
G=21.50%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810618900.460.050.22305.8744.6659.61
HexC66ABD02E5161322d3c
Octal3061522750565264625574
Binary11000110110101010111101010111010110110100110010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ABD; }

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

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

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

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

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

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

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

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