#C669BE

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

Shades of Fuchsia #C669BE

Tints of Fuchsia #C669BE

Color information

#C669BE (or 0xC669BE) is unknown color: approx Fuchsia. HEX triplet: C6, 69 and BE. RGB value is (198,105,190). Sum of RGB (Red+Green+Blue) = 198+105+190=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C669BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669BE is #399641. Grayscale: #8E8E8E. Windows color (decimal): -3774018 or 12478918. OLE color: 12478918.

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

Color convert

RGB198105190-
CMYK00.470.040.22
HSL305.16º44.93%59.41%-
HSV(B)305.16º46.97%77.65%-
XYZ37.6325.8351.72-
YUV142.5154.81167.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=40.16%
G=21.30%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810519000.470.040.22305.1644.9359.41
HexC669BE02F4161312d3b
Octal3061512760574264615573
Binary11000110110100110111110010111110010110100110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C669BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C669BE; }

 p { color: rgb(198,105,190); }

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

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

 a { background-color: rgb(198,105,190); }

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

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

 span { border-color: rgb(198,105,190); }

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