#C141F1

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

Shades of Medium Orchid #C141F1

Tints of Medium Orchid #C141F1

Color information

#C141F1 (or 0xC141F1) is unknown color: approx Medium Orchid. HEX triplet: C1, 41 and F1. RGB value is (193,65,241). Sum of RGB (Red+Green+Blue) = 193+65+241=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #C141F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C141F1 is #3EBE0E. Grayscale: #7A7A7A. Windows color (decimal): -4111887 or 15811009. OLE color: 15811009.

HSL color Cylindrical-coordinate representation of color #C141F1: hue angle of 283.64º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C141F1 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19365241-
CMYK0.200.7300.05
HSL283.64º86.27%60%-
HSV(B)283.64º73.03%94.51%-
XYZ39.7621.4785.27-
YUV123.34194.41177.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 65 (25.78% from 255) = 13.03%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=38.68%
G=13.03%
B=48.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193652410.200.7300.05283.6486.2760
HexC141F114490511c563c
Octal301101361241110543412674
Binary1100000110000011111000110100100100101011000111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C141F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C141F1; }

 p { color: rgb(193,65,241); }

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

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

 a { background-color: rgb(193,65,241); }

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

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

 span { border-color: rgb(193,65,241); }

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