Html Css Color HEX #C131EC Medium Orchid

📋 copy color: '#C131EC'

red 193 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C131EC

Tints of Medium Orchid #C131EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 40.38%
G = 10.25%
B = 49.37%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C131EC (or 0xC131EC) is known color: Medium Orchid. HEX triplet: C1, 31 and EC. RGB value is (193,49,236). Sum of RGB (Red+Green+Blue) = 193+49+236=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C131EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131EC is #3ECE13. Grayscale: #707070. Windows color (decimal): -4115988 or 15479233. OLE color: 15479233.

HSL color Cylindrical-coordinate representation of color #C131EC: hue angle of 286.2º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C131EC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 49 236 -
CMYK 0.18 0.79 0 0.07
HSL 286.2º 0.83% 0.56% -
HSV(B) 286.2º 0.79% 0.93% -
XYZ 38.23 19.59 81.12 -
YUV 113.37 197.21 184.79 -
System Red Green Blue C M Y K H S L
Decimal 193 49 236 0.18 0.79 0 0.07 286.2 0.83 0.56
Hex C1 31 EC 12 4F 0 7 11E 53 38
Octal 301 61 354 22 117 0 7 436 123 70
Binary 11000001 110001 11101100 10010 1001111 0 111 100011110 1010011 111000

Color Harmonies of #C131EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131EC

Black with #C131EC

Text Example


Text Example

White with #C131EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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