#C15BBD

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

Shades of Fuchsia #C15BBD

Tints of Fuchsia #C15BBD

Color information

#C15BBD (or 0xC15BBD) is unknown color: approx Fuchsia. HEX triplet: C1, 5B and BD. RGB value is (193,91,189). Sum of RGB (Red+Green+Blue) = 193+91+189=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BBD is #3EA442. Grayscale: #848484. Windows color (decimal): -4105283 or 12409793. OLE color: 12409793.

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

Color convert

RGB19391189-
CMYK00.530.020.24
HSL302.35º45.13%55.69%-
HSV(B)302.35º52.85%75.69%-
XYZ34.9222.4950.65-
YUV132.67159.79171.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=40.80%
G=19.24%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939118900.530.020.24302.3545.1355.69
HexC15BBD03521812e2d38
Octal3011332750652304565570
Binary1100000110110111011110101101011011000100101110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15BBD; }

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

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

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

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

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

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

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

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