#C06DC5

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

Shades of Fuchsia #C06DC5

Tints of Fuchsia #C06DC5

Color information

#C06DC5 (or 0xC06DC5) is unknown color: approx Fuchsia. HEX triplet: C0, 6D and C5. RGB value is (192,109,197). Sum of RGB (Red+Green+Blue) = 192+109+197=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #C06DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DC5 is #3F923A. Grayscale: #8F8F8F. Windows color (decimal): -4166203 or 12938688. OLE color: 12938688.

HSL color Cylindrical-coordinate representation of color #C06DC5: hue angle of 296.59º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06DC5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192109197-
CMYK0.030.4500.23
HSL296.59º43.14%60%-
HSV(B)296.59º44.67%77.25%-
XYZ37.2826.1755.91-
YUV143.85158162.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 197 (77.34% from 255) = 39.56%
R=38.55%
G=21.89%
B=39.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921091970.030.4500.23296.5943.1460
HexC06DC532D0171292b3c
Octal3001553053550274515374
Binary1100000011011011100010111101101010111100101001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06DC5; }

 p { color: rgb(192,109,197); }

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

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

 a { background-color: rgb(192,109,197); }

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

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

 span { border-color: rgb(192,109,197); }

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