#C668BB

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

Shades of Fuchsia #C668BB

Tints of Fuchsia #C668BB

Color information

#C668BB (or 0xC668BB) is unknown color: approx Fuchsia. HEX triplet: C6, 68 and BB. RGB value is (198,104,187). Sum of RGB (Red+Green+Blue) = 198+104+187=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BB is #399744. Grayscale: #8D8D8D. Windows color (decimal): -3774277 or 12282054. OLE color: 12282054.

HSL color Cylindrical-coordinate representation of color #C668BB: hue angle of 307.02º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C668BB is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198104187-
CMYK00.470.060.22
HSL307.02º45.19%59.22%-
HSV(B)307.02º47.47%77.65%-
XYZ37.2125.4949.97-
YUV141.57153.64168.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=40.49%
G=21.27%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810418700.470.060.22307.0245.1959.22
HexC668BB02F6161332d3b
Octal3061502730576264635573
Binary11000110110100010111011010111111010110100110011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C668BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C668BB; }

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

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

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

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

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

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

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

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