#C168B4

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

Shades of Fuchsia #C168B4

Tints of Fuchsia #C168B4

Color information

#C168B4 (or 0xC168B4) is unknown color: approx Fuchsia. HEX triplet: C1, 68 and B4. RGB value is (193,104,180). Sum of RGB (Red+Green+Blue) = 193+104+180=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C168B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168B4 is #3E974B. Grayscale: #8B8B8B. Windows color (decimal): -4101964 or 11823297. OLE color: 11823297.

HSL color Cylindrical-coordinate representation of color #C168B4: hue angle of 308.76º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C168B4 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB193104180-
CMYK00.460.070.24
HSL308.76º41.78%58.24%-
HSV(B)308.76º46.11%75.69%-
XYZ35.1824.5346.06-
YUV139.28150.99166.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=40.46%
G=21.80%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310418000.460.070.24308.7641.7858.24
HexC168B402E7181352a3a
Octal3011502640567304655272
Binary11000001110100010110100010111011111000100110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168B4; }

 p { color: rgb(193,104,180); }

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

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

 a { background-color: rgb(193,104,180); }

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

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

 span { border-color: rgb(193,104,180); }

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