Html Css Color HEX #C131E0 Medium Orchid

📋 copy color: '#C131E0'

red 193 ◦ green 49 ◦ blue 224

#C131E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C131E0

Tints of Medium Orchid #C131E0

RGB

 RED value IS 193 (75.78% from 255) = 41.42%

 GREEN value IS 49 (19.53% from 255) = 10.52%

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 41.42%
G = 10.52%
B = 48.07%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C131E0 (or 0xC131E0) is known color: Medium Orchid. HEX triplet: C1, 31 and E0. RGB value is (193,49,224). Sum of RGB (Red+Green+Blue) = 193+49+224=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #C131E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131E0 is #3ECE1F. Grayscale: #6F6F6F. Windows color (decimal): -4116000 or 14692801. OLE color: 14692801.

HSL color Cylindrical-coordinate representation of color #C131E0: hue angle of 289.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C131E0 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 49 224 -
CMYK 0.14 0.78 0 0.12
HSL 289.37º 0.74% 0.54% -
HSV(B) 289.37º 0.78% 0.88% -
XYZ 36.55 18.92 72.25 -
YUV 112.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 193 49 224 0.14 0.78 0 0.12 289.37 0.74 0.54
Hex C1 31 E0 E 4E 0 C 121 4A 36
Octal 301 61 340 16 116 0 14 441 112 66
Binary 11000001 110001 11100000 1110 1001110 0 1100 100100001 1001010 110110

Color Harmonies of #C131E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131E0

Black with #C131E0

Text Example


Text Example

White with #C131E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131E0; }

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

 H1.HeaderClassName
 {
   color: #C131E0;
 }
 .AnyTagClassName
 {
   color: #C131E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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