#C15BC2

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

Shades of Fuchsia #C15BC2

Tints of Fuchsia #C15BC2

Color information

#C15BC2 (or 0xC15BC2) is unknown color: approx Fuchsia. HEX triplet: C1, 5B and C2. RGB value is (193,91,194). Sum of RGB (Red+Green+Blue) = 193+91+194=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #C15BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BC2 is #3EA43D. Grayscale: #848484. Windows color (decimal): -4105278 or 12737473. OLE color: 12737473.

HSL color Cylindrical-coordinate representation of color #C15BC2: hue angle of 299.42º degrees, saturation: 0.46, 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 #C15BC2 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19391194-
CMYK0.010.5300.24
HSL299.42º45.78%55.88%-
HSV(B)299.42º53.09%76.08%-
XYZ35.4722.7153.55-
YUV133.24162.29170.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 91 (35.94% from 255) = 19.04%
BLUE value IS 194 (76.17% from 255) = 40.59%
R=40.38%
G=19.04%
B=40.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193911940.010.5300.24299.4245.7855.88
HexC15BC213501812b2e38
Octal3011333021650304535670
Binary110000011011011110000101110101011000100101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15BC2; }

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

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

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

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

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

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

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

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