#C068BD

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

Shades of Fuchsia #C068BD

Tints of Fuchsia #C068BD

Color information

#C068BD (or 0xC068BD) is unknown color: approx Fuchsia. HEX triplet: C0, 68 and BD. RGB value is (192,104,189). Sum of RGB (Red+Green+Blue) = 192+104+189=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C068BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068BD is #3F9742. Grayscale: #8B8B8B. Windows color (decimal): -4167491 or 12413120. OLE color: 12413120.

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

Color convert

RGB192104189-
CMYK00.460.020.25
HSL302.05º41.12%58.04%-
HSV(B)302.05º45.83%75.29%-
XYZ35.8724.7851.04-
YUV140155.65165.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=39.59%
G=21.44%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210418900.460.020.25302.0541.1258.04
HexC068BD02E21912e293a
Octal3001502750562314565172
Binary1100000011010001011110101011101011001100101110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068BD; }

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

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

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

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

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

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

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

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