#C068BA

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

Shades of Fuchsia #C068BA

Tints of Fuchsia #C068BA

Color information

#C068BA (or 0xC068BA) is unknown color: approx Fuchsia. HEX triplet: C0, 68 and BA. RGB value is (192,104,186). Sum of RGB (Red+Green+Blue) = 192+104+186=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C068BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068BA is #3F9745. Grayscale: #8B8B8B. Windows color (decimal): -4167494 or 12216512. OLE color: 12216512.

HSL color Cylindrical-coordinate representation of color #C068BA: hue angle of 304.09º 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 #C068BA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192104186-
CMYK00.460.030.25
HSL304.09º41.12%58.04%-
HSV(B)304.09º45.83%75.29%-
XYZ35.5524.6549.34-
YUV139.66154.15165.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=39.83%
G=21.58%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210418600.460.030.25304.0941.1258.04
HexC068BA02E319130293a
Octal3001502720563314605172
Binary1100000011010001011101001011101111001100110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068BA; }

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

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

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

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

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

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

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

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