#C66BAD

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

Shades of Fuchsia #C66BAD

Tints of Fuchsia #C66BAD

Color information

#C66BAD (or 0xC66BAD) is unknown color: approx Fuchsia. HEX triplet: C6, 6B and AD. RGB value is (198,107,173). Sum of RGB (Red+Green+Blue) = 198+107+173=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66BAD is #399452. Grayscale: #8D8D8D. Windows color (decimal): -3773523 or 11365318. OLE color: 11365318.

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

Color convert

RGB198107173-
CMYK00.460.130.22
HSL316.48º44.39%59.8%-
HSV(B)316.48º45.96%77.65%-
XYZ36.0925.5442.56-
YUV141.73145.65168.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.42%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=41.42%
G=22.38%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810717300.460.130.22316.4844.3959.8
HexC66BAD02ED1613c2c3c
Octal30615325505615264745474
Binary110001101101011101011010101110110110110100111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66BAD; }

 p { color: rgb(198,107,173); }

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

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

 a { background-color: rgb(198,107,173); }

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

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

 span { border-color: rgb(198,107,173); }

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