#C15EBD

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

Shades of Fuchsia #C15EBD

Tints of Fuchsia #C15EBD

Color information

#C15EBD (or 0xC15EBD) is unknown color: approx Fuchsia. HEX triplet: C1, 5E and BD. RGB value is (193,94,189). Sum of RGB (Red+Green+Blue) = 193+94+189=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EBD is #3EA142. Grayscale: #868686. Windows color (decimal): -4104515 or 12410561. OLE color: 12410561.

HSL color Cylindrical-coordinate representation of color #C15EBD: hue angle of 302.42º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15EBD is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19394189-
CMYK00.510.020.24
HSL302.42º44.39%56.27%-
HSV(B)302.42º51.3%75.69%-
XYZ35.1823.0250.73-
YUV134.43158.8169.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=40.55%
G=19.75%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939418900.510.020.24302.4244.3956.27
HexC15EBD03321812e2c38
Octal3011362750632304565470
Binary1100000110111101011110101100111011000100101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15EBD; }

 p { color: rgb(193,94,189); }

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

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

 a { background-color: rgb(193,94,189); }

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

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

 span { border-color: rgb(193,94,189); }

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