#c131d1

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

Shades of Medium Orchid #C131D1

Tints of Medium Orchid #C131D1

Color information

#C131D1 (or 0xC131D1) is unknown color: approx Medium Orchid. HEX triplet: C1, 31 and D1. RGB value is (193,49,209). Sum of RGB (Red+Green+Blue) = 193+49+209=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #C131D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131D1 is #3ECE2E. Grayscale: #6D6D6D. Windows color (decimal): -4116015 or 13709761. OLE color: 13709761.

HSL color Cylindrical-coordinate representation of color #C131D1: hue angle of 294º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C131D1 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19349209-
CMYK0.080.7700.18
HSL294º63.49%50.59%-
HSV(B)294º76.56%81.96%-
XYZ34.618.1462-
YUV110.3183.71186.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 49 (19.53% from 255) = 10.86%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=42.79%
G=10.86%
B=46.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193492090.080.7700.1829463.4950.59
HexC131D184D0121263f33
Octal30161321101150224467763
Binary110000011100011101000110001001101010010100100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c131d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c131d1; }

 p { color: rgb(193,49,209); }

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

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

 a { background-color: rgb(193,49,209); }

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

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

 span { border-color: rgb(193,49,209); }

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