#C068C0

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

Shades of Fuchsia #C068C0

Tints of Fuchsia #C068C0

Color information

#C068C0 (or 0xC068C0) is unknown color: approx Fuchsia. HEX triplet: C0, 68 and C0. RGB value is (192,104,192). Sum of RGB (Red+Green+Blue) = 192+104+192=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C068C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068C0 is #3F973F. Grayscale: #8C8C8C. Windows color (decimal): -4167488 or 12609728. OLE color: 12609728.

HSL color Cylindrical-coordinate representation of color #C068C0: hue angle of 300º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C068C0 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192104192-
CMYK00.4600.25
HSL300º41.12%58.04%-
HSV(B)300º45.83%75.29%-
XYZ36.224.9152.77-
YUV140.34157.15164.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=39.34%
G=21.31%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210419200.4600.2530041.1258.04
HexC068C002E01912c293a
Octal3001503000560314545172
Binary110000001101000110000000101110011001100101100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068C0; }

 p { color: rgb(192,104,192); }

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

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

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

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

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

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

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