#C668BA

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

Shades of Fuchsia #C668BA

Tints of Fuchsia #C668BA

Color information

#C668BA (or 0xC668BA) is unknown color: approx Fuchsia. HEX triplet: C6, 68 and BA. RGB value is (198,104,186). Sum of RGB (Red+Green+Blue) = 198+104+186=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BA is #399745. Grayscale: #8D8D8D. Windows color (decimal): -3774278 or 12216518. OLE color: 12216518.

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

Color convert

RGB198104186-
CMYK00.470.060.22
HSL307.66º45.19%59.22%-
HSV(B)307.66º47.47%77.65%-
XYZ37.125.4549.41-
YUV141.45153.14168.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=40.57%
G=21.31%
B=38.11%

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
Decimal19810418600.470.060.22307.6645.1959.22
HexC668BA02F6161342d3b
Octal3061502720576264645573
Binary11000110110100010111010010111111010110100110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C668BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C668BA; }

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

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

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

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

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

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

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

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