#C368C6

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

Shades of Fuchsia #C368C6

Tints of Fuchsia #C368C6

Color information

#C368C6 (or 0xC368C6) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and C6. RGB value is (195,104,198). Sum of RGB (Red+Green+Blue) = 195+104+198=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #C368C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368C6 is #3C9739. Grayscale: #8D8D8D. Windows color (decimal): -3970874 or 13002947. OLE color: 13002947.

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

Color convert

RGB195104198-
CMYK0.020.4700.22
HSL298.09º45.19%59.22%-
HSV(B)298.09º47.47%77.65%-
XYZ37.6525.5856.38-
YUV141.92159.65165.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 104 (41.02% from 255) = 20.93%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=39.24%
G=20.93%
B=39.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951041980.020.4700.22298.0945.1959.22
HexC368C622F01612a2d3b
Octal3031503062570264525573
Binary1100001111010001100011010101111010110100101010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368C6; }

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

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

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

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

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

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

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

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