Html Css Color HEX #C131EF Medium Orchid

📋 copy color: '#C131EF'

red 193 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #C131EF

Tints of Medium Orchid #C131EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 40.12%
G = 10.19%
B = 49.69%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C131EF (or 0xC131EF) is known color: Medium Orchid. HEX triplet: C1, 31 and EF. RGB value is (193,49,239). Sum of RGB (Red+Green+Blue) = 193+49+239=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #C131EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131EF is #3ECE10. Grayscale: #717171. Windows color (decimal): -4115985 or 15675841. OLE color: 15675841.

HSL color Cylindrical-coordinate representation of color #C131EF: hue angle of 285.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C131EF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 49 239 -
CMYK 0.19 0.79 0 0.06
HSL 285.47º 0.86% 0.56% -
HSV(B) 285.47º 0.79% 0.94% -
XYZ 38.67 19.77 83.44 -
YUV 113.72 198.71 184.55 -
System Red Green Blue C M Y K H S L
Decimal 193 49 239 0.19 0.79 0 0.06 285.47 0.86 0.56
Hex C1 31 EF 13 4F 0 6 11D 56 38
Octal 301 61 357 23 117 0 6 435 126 70
Binary 11000001 110001 11101111 10011 1001111 0 110 100011101 1010110 111000

Color Harmonies of #C131EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131EF

Black with #C131EF

Text Example


Text Example

White with #C131EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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