#C06EBD

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

Shades of Fuchsia #C06EBD

Tints of Fuchsia #C06EBD

Color information

#C06EBD (or 0xC06EBD) is unknown color: approx Fuchsia. HEX triplet: C0, 6E and BD. RGB value is (192,110,189). Sum of RGB (Red+Green+Blue) = 192+110+189=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EBD is #3F9142. Grayscale: #8F8F8F. Windows color (decimal): -4165955 or 12414656. OLE color: 12414656.

HSL color Cylindrical-coordinate representation of color #C06EBD: hue angle of 302.2º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EBD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192110189-
CMYK00.430.020.25
HSL302.2º39.42%59.22%-
HSV(B)302.2º42.71%75.29%-
XYZ36.526.0351.25-
YUV143.52153.67162.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=39.10%
G=22.40%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211018900.430.020.25302.239.4259.22
HexC06EBD02B21912e273b
Octal3001562750532314564773
Binary1100000011011101011110101010111011001100101110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EBD; }

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

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

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

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

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

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

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

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